X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypings%2Fexpress%2Findex.d.ts;h=a83619a0e64b40705812b03cc984eaed9f9426db;hb=f55cc0f97ac1689e43415e32e6a01e98366902e7;hp=cd8e544e00335a1ec121cb3c76ea48bdfe780ceb;hpb=668b7f096ead74d6e7692944a026c936f581dae8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/typings/express/index.d.ts b/server/typings/express/index.d.ts index cd8e544e0..a83619a0e 100644 --- a/server/typings/express/index.d.ts +++ b/server/typings/express/index.d.ts @@ -9,7 +9,8 @@ import { MVideoFile, MVideoImmutable, MVideoPlaylistFull, - MVideoPlaylistFullSummary + MVideoPlaylistFullSummary, + MVideoLive } from '@server/types/models' import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' import { MPlugin, MServer, MServerBlocklist } from '@server/types/models/server' @@ -68,6 +69,8 @@ declare module 'express' { onlyVideoWithRights?: MVideoWithRights videoId?: MVideoIdThumbnail + videoLive?: MVideoLive + videoShare?: MVideoShareActor videoFile?: MVideoFile