1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 02:05:47 +02:00
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;
};