aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings/express/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/typings/express/index.d.ts')
-rw-r--r--server/typings/express/index.d.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/server/typings/express/index.d.ts b/server/typings/express/index.d.ts
index b0004dc7b..ee4faa35d 100644
--- a/server/typings/express/index.d.ts
+++ b/server/typings/express/index.d.ts
@@ -3,7 +3,10 @@ import {
3 MAbuseMessage, 3 MAbuseMessage,
4 MAbuseReporter, 4 MAbuseReporter,
5 MAccountBlocklist, 5 MAccountBlocklist,
6 MActorFollowActors,
7 MActorFollowActorsDefault,
6 MActorUrl, 8 MActorUrl,
9 MChannelBannerAccountDefault,
7 MStreamingPlaylist, 10 MStreamingPlaylist,
8 MVideoChangeOwnershipFull, 11 MVideoChangeOwnershipFull,
9 MVideoFile, 12 MVideoFile,
@@ -21,10 +24,8 @@ import { RegisteredPlugin } from '../../lib/plugins/plugin-manager'
21import { 24import {
22 MAccountDefault, 25 MAccountDefault,
23 MActorAccountChannelId, 26 MActorAccountChannelId,
24 MActorFollowActorsDefault,
25 MActorFollowActorsDefaultSubscription, 27 MActorFollowActorsDefaultSubscription,
26 MActorFull, 28 MActorFull,
27 MChannelAccountDefault,
28 MComment, 29 MComment,
29 MCommentOwnerVideoReply, 30 MCommentOwnerVideoReply,
30 MUserDefault, 31 MUserDefault,
@@ -71,7 +72,7 @@ interface PeerTubeLocals {
71 72
72 videoStreamingPlaylist?: MStreamingPlaylist 73 videoStreamingPlaylist?: MStreamingPlaylist
73 74
74 videoChannel?: MChannelAccountDefault 75 videoChannel?: MChannelBannerAccountDefault
75 76
76 videoPlaylistFull?: MVideoPlaylistFull 77 videoPlaylistFull?: MVideoPlaylistFull
77 videoPlaylistSummary?: MVideoPlaylistFullSummary 78 videoPlaylistSummary?: MVideoPlaylistFullSummary