feat: add models final part 5
This commit is contained in:
@@ -44,8 +44,3 @@ class Post(_Post, PostShort):
|
||||
|
||||
class NewPost(_Post):
|
||||
author: UserNewPost
|
||||
|
||||
|
||||
class LikePostResponse(BaseModel):
|
||||
liked: bool
|
||||
likes_count: int = Field(alias="likesCount")
|
||||
|
||||
Reference in New Issue
Block a user