diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 01:38:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 01:38:19 +0900 |
| commit | 71c3e11708dad327924bdcb95193d44c2b11a907 (patch) | |
| tree | fa5defe2a1cef98a799c02935bf482c35a728a11 /src/api/models | |
| parent | wip (diff) | |
| download | sharkey-71c3e11708dad327924bdcb95193d44c2b11a907.tar.gz sharkey-71c3e11708dad327924bdcb95193d44c2b11a907.tar.bz2 sharkey-71c3e11708dad327924bdcb95193d44c2b11a907.zip | |
wip
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/channel.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/models/channel.ts b/src/api/models/channel.ts index 79edb71367..c80e84dbc8 100644 --- a/src/api/models/channel.ts +++ b/src/api/models/channel.ts @@ -10,4 +10,5 @@ export type IChannel = { created_at: Date; title: string; user_id: mongo.ObjectID; + index: number; }; |