Add missing property
This commit is contained in:
parent
d36f5376e3
commit
63e8050094
|
@ -30,6 +30,7 @@ export type IPost = {
|
|||
repostId: mongo.ObjectID;
|
||||
poll: any; // todo
|
||||
text: string;
|
||||
tags: string[];
|
||||
textHtml: string;
|
||||
cw: string;
|
||||
userId: mongo.ObjectID;
|
||||
|
|
Loading…
Reference in New Issue