diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/express/index.d.ts (renamed from server/typings/express.d.ts) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/typings/express.d.ts b/server/typings/express/index.d.ts index 451bf9103..ad3212340 100644 --- a/server/typings/express.d.ts +++ b/server/typings/express/index.d.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { RegisteredPlugin } from '../lib/plugins/plugin-manager' | 1 | import { RegisteredPlugin } from '../../lib/plugins/plugin-manager' |
2 | import { | 2 | import { |
3 | MAccountDefault, | 3 | MAccountDefault, |
4 | MActorAccountChannelId, | 4 | MActorAccountChannelId, |
@@ -18,15 +18,15 @@ import { | |||
18 | MVideoShareActor, | 18 | MVideoShareActor, |
19 | MVideoThumbnail, | 19 | MVideoThumbnail, |
20 | MVideoWithRights | 20 | MVideoWithRights |
21 | } from '../types/models' | 21 | } from '../../types/models' |
22 | import { MVideoPlaylistFull, MVideoPlaylistFullSummary } from '../types/models/video/video-playlist' | 22 | import { MVideoPlaylistFull, MVideoPlaylistFullSummary } from '../../types/models/video/video-playlist' |
23 | import { MVideoImportDefault } from '@server/types/models/video/video-import' | 23 | import { MVideoImportDefault } from '@server/types/models/video/video-import' |
24 | import { MAccountBlocklist, MActorUrl, MStreamingPlaylist, MVideoFile, MVideoImmutable } from '@server/types/models' | 24 | import { MAccountBlocklist, MActorUrl, MStreamingPlaylist, MVideoFile, MVideoImmutable } from '@server/types/models' |
25 | import { MVideoPlaylistElement, MVideoPlaylistElementVideoUrlPlaylistPrivacy } from '@server/types/models/video/video-playlist-element' | 25 | import { MVideoPlaylistElement, MVideoPlaylistElementVideoUrlPlaylistPrivacy } from '@server/types/models/video/video-playlist-element' |
26 | import { MAccountVideoRateAccountVideo } from '@server/types/models/video/video-rate' | 26 | import { MAccountVideoRateAccountVideo } from '@server/types/models/video/video-rate' |
27 | import { MVideoChangeOwnershipFull } from '../types/models/video/video-change-ownership' | 27 | import { MVideoChangeOwnershipFull } from '../../types/models/video/video-change-ownership' |
28 | import { MPlugin, MServer } from '@server/types/models/server' | 28 | import { MPlugin, MServer } from '@server/types/models/server' |
29 | import { MServerBlocklist } from '../types/models/server/server-blocklist' | 29 | import { MServerBlocklist } from '../../types/models/server/server-blocklist' |
30 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' | 30 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' |
31 | import { UserRole } from '@shared/models' | 31 | import { UserRole } from '@shared/models' |
32 | import { RegisterServerAuthExternalOptions } from '@shared/models/plugins/register-server-auth.model' | 32 | import { RegisterServerAuthExternalOptions } from '@shared/models/plugins/register-server-auth.model' |