This commit is contained in:
syuilo 2017-11-01 01:38:19 +09:00
parent 346c2959e0
commit 71c3e11708
7 changed files with 65 additions and 7 deletions

View file

@ -10,4 +10,5 @@ export type IChannel = {
created_at: Date;
title: string;
user_id: mongo.ObjectID;
index: number;
};