aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/express.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/express.d.ts')
-rw-r--r--server/types/express.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/types/express.d.ts b/server/types/express.d.ts
index 8f8c65102..27d60da72 100644
--- a/server/types/express.d.ts
+++ b/server/types/express.d.ts
@@ -8,6 +8,7 @@ import {
8 MActorFollowActorsDefault, 8 MActorFollowActorsDefault,
9 MActorUrl, 9 MActorUrl,
10 MChannelBannerAccountDefault, 10 MChannelBannerAccountDefault,
11 MChannelSyncChannel,
11 MStreamingPlaylist, 12 MStreamingPlaylist,
12 MVideoChangeOwnershipFull, 13 MVideoChangeOwnershipFull,
13 MVideoFile, 14 MVideoFile,
@@ -145,6 +146,7 @@ declare module 'express' {
145 videoStreamingPlaylist?: MStreamingPlaylist 146 videoStreamingPlaylist?: MStreamingPlaylist
146 147
147 videoChannel?: MChannelBannerAccountDefault 148 videoChannel?: MChannelBannerAccountDefault
149 videoChannelSync?: MChannelSyncChannel
148 150
149 videoPlaylistFull?: MVideoPlaylistFull 151 videoPlaylistFull?: MVideoPlaylistFull
150 videoPlaylistSummary?: MVideoPlaylistFullSummary 152 videoPlaylistSummary?: MVideoPlaylistFullSummary
@@ -194,6 +196,7 @@ declare module 'express' {
194 plugin?: MPlugin 196 plugin?: MPlugin
195 197
196 localViewerFull?: MLocalVideoViewerWithWatchSections 198 localViewerFull?: MLocalVideoViewerWithWatchSections
199
197 } 200 }
198 } 201 }
199} 202}