diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-11 14:26:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-11 14:26:37 +0200 |
commit | 20a206c3d12ad285c31411cd506cede791958322 (patch) | |
tree | a7f8dd5b4cb8978086c8d441098058a2effec450 /server/typings/express | |
parent | 71d4af1efc810f853e1a0d986bf758c201692594 (diff) | |
download | PeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.gz PeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.zst PeerTube-20a206c3d12ad285c31411cd506cede791958322.zip |
Refactor include checks
Diffstat (limited to 'server/typings/express')
-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' { |