diff options
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 |