aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-11 14:26:37 +0200
committerChocobozzz <me@florianbigard.com>2021-06-11 14:26:37 +0200
commit20a206c3d12ad285c31411cd506cede791958322 (patch)
treea7f8dd5b4cb8978086c8d441098058a2effec450 /server/typings
parent71d4af1efc810f853e1a0d986bf758c201692594 (diff)
downloadPeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.gz
PeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.zst
PeerTube-20a206c3d12ad285c31411cd506cede791958322.zip
Refactor include checks
Diffstat (limited to 'server/typings')
-rw-r--r--server/typings/express/index.d.ts4
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
47declare module 'express' { 45declare module 'express' {