aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings/express
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-06 17:01:35 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-04-08 10:07:53 +0200
commit2cb03dc1f4e01ba491c36caff30c33fe9c5bad89 (patch)
tree08a8706d105ea1e280339c02b9e2b1dc1edb0ff9 /server/typings/express
parentf479685678406a5df864d89615b33d29085ebfc6 (diff)
downloadPeerTube-2cb03dc1f4e01ba491c36caff30c33fe9c5bad89.tar.gz
PeerTube-2cb03dc1f4e01ba491c36caff30c33fe9c5bad89.tar.zst
PeerTube-2cb03dc1f4e01ba491c36caff30c33fe9c5bad89.zip
Add banners support
Diffstat (limited to 'server/typings/express')
-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