diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/express/index.d.ts | 5 |
1 files changed, 4 insertions, 1 deletions
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 { | |||
9 | MVideoFile, | 9 | MVideoFile, |
10 | MVideoImmutable, | 10 | MVideoImmutable, |
11 | MVideoPlaylistFull, | 11 | MVideoPlaylistFull, |
12 | MVideoPlaylistFullSummary | 12 | MVideoPlaylistFullSummary, |
13 | MVideoLive | ||
13 | } from '@server/types/models' | 14 | } from '@server/types/models' |
14 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' | 15 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' |
15 | import { MPlugin, MServer, MServerBlocklist } from '@server/types/models/server' | 16 | import { MPlugin, MServer, MServerBlocklist } from '@server/types/models/server' |
@@ -68,6 +69,8 @@ declare module 'express' { | |||
68 | onlyVideoWithRights?: MVideoWithRights | 69 | onlyVideoWithRights?: MVideoWithRights |
69 | videoId?: MVideoIdThumbnail | 70 | videoId?: MVideoIdThumbnail |
70 | 71 | ||
72 | videoLive?: MVideoLive | ||
73 | |||
71 | videoShare?: MVideoShareActor | 74 | videoShare?: MVideoShareActor |
72 | 75 | ||
73 | videoFile?: MVideoFile | 76 | videoFile?: MVideoFile |