Better type response

This commit is contained in:
Matthias
2023-04-20 18:15:31 +02:00
parent 9e4f9798e6
commit c5bf029701
3 changed files with 10 additions and 4 deletions

View File

@@ -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):