Add missing property

This commit is contained in:
syuilo 2018-04-01 18:07:29 +09:00
parent 7fe9c9e73f
commit 65478160ca

View File

@ -30,6 +30,7 @@ export type IPost = {
repostId: mongo.ObjectID;
poll: any; // todo
text: string;
tags: string[];
textHtml: string;
cw: string;
userId: mongo.ObjectID;