Exceptions and type handling done

This commit is contained in:
2023-02-16 15:44:54 +01:00
parent b285fc0668
commit 3520912aae
5 changed files with 91 additions and 41 deletions

View File

@@ -62,8 +62,4 @@ class SearchResultsPhoto(BaseModel):
class SearchResultsVideo(BaseModel):
results: List[VideoSearch]
next_page: Union[str, None]
class EmailConfirmed(BaseModel):
detail: str
next_page: Union[str, None]