diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-20 13:52:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-20 14:53:42 +0200 |
commit | 0283eaac2a8e73006c66df3cf5bb9012e37450e5 (patch) | |
tree | 1fb73aeef57f984a77f47828ade23c6365ce8eb0 /server/typings/express.ts | |
parent | 96ca24f00e5ae5471dee9ee596489fe50af2b46f (diff) | |
download | PeerTube-0283eaac2a8e73006c66df3cf5bb9012e37450e5.tar.gz PeerTube-0283eaac2a8e73006c66df3cf5bb9012e37450e5.tar.zst PeerTube-0283eaac2a8e73006c66df3cf5bb9012e37450e5.zip |
Cleanup model types
Diffstat (limited to 'server/typings/express.ts')
-rw-r--r-- | server/typings/express.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/typings/express.ts b/server/typings/express.ts index 260091461..1fd809c1b 100644 --- a/server/typings/express.ts +++ b/server/typings/express.ts | |||
@@ -5,7 +5,7 @@ import { | |||
5 | MActorFollowActorsDefault, | 5 | MActorFollowActorsDefault, |
6 | MActorFollowActorsDefaultSubscription, | 6 | MActorFollowActorsDefaultSubscription, |
7 | MActorFull, | 7 | MActorFull, |
8 | MChannelActorAccountDefault, | 8 | MChannelAccountDefault, |
9 | MComment, | 9 | MComment, |
10 | MCommentOwnerVideoReply, | 10 | MCommentOwnerVideoReply, |
11 | MUserDefault, | 11 | MUserDefault, |
@@ -53,7 +53,7 @@ declare module 'express' { | |||
53 | 53 | ||
54 | videoStreamingPlaylist?: MStreamingPlaylist | 54 | videoStreamingPlaylist?: MStreamingPlaylist |
55 | 55 | ||
56 | videoChannel?: MChannelActorAccountDefault | 56 | videoChannel?: MChannelAccountDefault |
57 | 57 | ||
58 | videoPlaylistFull?: MVideoPlaylistFull | 58 | videoPlaylistFull?: MVideoPlaylistFull |
59 | videoPlaylistSummary?: MVideoPlaylistFullSummary | 59 | videoPlaylistSummary?: MVideoPlaylistFullSummary |