mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Add available types field
This commit is contained in:
@@ -10,6 +10,7 @@ class Book(BaseModel):
|
||||
title: str
|
||||
lang: str
|
||||
file_type: str
|
||||
available_types: list[str]
|
||||
uploaded: date
|
||||
authors: list[Author]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user