wip
This commit is contained in:
parent
346c2959e0
commit
71c3e11708
7 changed files with 65 additions and 7 deletions
|
|
@ -10,4 +10,5 @@ export type IChannel = {
|
|||
created_at: Date;
|
||||
title: string;
|
||||
user_id: mongo.ObjectID;
|
||||
index: number;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue