mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 09:33:05 +00:00
Better type response
This commit is contained in:
@@ -390,7 +390,13 @@ class StrategyListResponse(BaseModel):
|
||||
|
||||
|
||||
class PairListResponse(BaseModel):
|
||||
pairlists: List[Dict[str, Any]]
|
||||
name: str
|
||||
is_pairlist_generator: bool
|
||||
params: Dict[str, Any]
|
||||
|
||||
|
||||
class PairListsResponse(BaseModel):
|
||||
pairlists: List[PairListResponse]
|
||||
|
||||
|
||||
class FreqAIModelListResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user