wip
This commit is contained in:
parent
dc9fddf839
commit
b4340b1d91
2 changed files with 42 additions and 6 deletions
|
|
@ -10,6 +10,7 @@ export function isValidText(text: string): boolean {
|
|||
|
||||
export type IPost = {
|
||||
_id: mongo.ObjectID;
|
||||
channel_id: mongo.ObjectID;
|
||||
created_at: Date;
|
||||
media_ids: mongo.ObjectID[];
|
||||
reply_to_id: mongo.ObjectID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue