From 2cb03dc1f4e01ba491c36caff30c33fe9c5bad89 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Apr 2021 17:01:35 +0200 Subject: Add banners support --- server/typings/express/index.d.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'server/typings/express') 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 { MAbuseMessage, MAbuseReporter, MAccountBlocklist, + MActorFollowActors, + MActorFollowActorsDefault, MActorUrl, + MChannelBannerAccountDefault, MStreamingPlaylist, MVideoChangeOwnershipFull, MVideoFile, @@ -21,10 +24,8 @@ import { RegisteredPlugin } from '../../lib/plugins/plugin-manager' import { MAccountDefault, MActorAccountChannelId, - MActorFollowActorsDefault, MActorFollowActorsDefaultSubscription, MActorFull, - MChannelAccountDefault, MComment, MCommentOwnerVideoReply, MUserDefault, @@ -71,7 +72,7 @@ interface PeerTubeLocals { videoStreamingPlaylist?: MStreamingPlaylist - videoChannel?: MChannelAccountDefault + videoChannel?: MChannelBannerAccountDefault videoPlaylistFull?: MVideoPlaylistFull videoPlaylistSummary?: MVideoPlaylistFullSummary -- cgit v1.2.3