diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/express/index.d.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/typings/express/index.d.ts b/server/typings/express/index.d.ts index de673f4fc..1a8dc3430 100644 --- a/server/typings/express/index.d.ts +++ b/server/typings/express/index.d.ts | |||
@@ -37,11 +37,9 @@ import { | |||
37 | MVideoBlacklist, | 37 | MVideoBlacklist, |
38 | MVideoCaptionVideo, | 38 | MVideoCaptionVideo, |
39 | MVideoFullLight, | 39 | MVideoFullLight, |
40 | MVideoIdThumbnail, | ||
41 | MVideoRedundancyVideo, | 40 | MVideoRedundancyVideo, |
42 | MVideoShareActor, | 41 | MVideoShareActor, |
43 | MVideoThumbnail, | 42 | MVideoThumbnail |
44 | MVideoWithRights | ||
45 | } from '../../types/models' | 43 | } from '../../types/models' |
46 | 44 | ||
47 | declare module 'express' { | 45 | declare module 'express' { |