Dwayne Harris 5 years ago
parent
commit
4b58437825
  1. 1
      src/types/collections.ts

1
src/types/collections.ts

@ -280,6 +280,7 @@ export interface Post {
pk: string // postId
t: PostItemType.Post
userId: string
appId: string
root: string
parents: string[] // Post IDs
text?: string

Loading…
Cancel
Save