mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Add book detail
This commit is contained in:
@@ -29,6 +29,10 @@ class RemoteBook(Book):
|
||||
remote_id: int
|
||||
|
||||
|
||||
class BookDetail(RemoteBook):
|
||||
is_deleted: bool
|
||||
|
||||
|
||||
class CreateBook(BaseModel):
|
||||
source: int
|
||||
remote_id: int
|
||||
|
||||
Reference in New Issue
Block a user