refactor: align client state and ui with backend contract
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ export interface Post {
|
||||
content: string
|
||||
images: string[]
|
||||
tags: string[]
|
||||
linkedOrderId?: number
|
||||
linkedOrderId?: SnowflakeId
|
||||
pinned: boolean
|
||||
likeCount: number
|
||||
commentCount: number
|
||||
|
||||
Reference in New Issue
Block a user