Add available types field

This commit is contained in:
2021-11-21 14:17:44 +03:00
parent e504fc4cc8
commit 66a166a72a
4 changed files with 14 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ class Book(BaseModel):
title: str
lang: str
file_type: str
available_types: list[str]
uploaded: date
authors: list[Author]