diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/express/index.d.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/typings/express/index.d.ts b/server/typings/express/index.d.ts index d95b8925d..cd8e544e0 100644 --- a/server/typings/express/index.d.ts +++ b/server/typings/express/index.d.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { RegisterServerAuthExternalOptions } from '@server/types' | 1 | import { RegisterServerAuthExternalOptions } from '@server/types' |
2 | import { | 2 | import { |
3 | MAbuse, | ||
4 | MAbuseMessage, | 3 | MAbuseMessage, |
4 | MAbuseReporter, | ||
5 | MAccountBlocklist, | 5 | MAccountBlocklist, |
6 | MActorUrl, | 6 | MActorUrl, |
7 | MStreamingPlaylist, | 7 | MStreamingPlaylist, |
@@ -9,8 +9,7 @@ import { | |||
9 | MVideoFile, | 9 | MVideoFile, |
10 | MVideoImmutable, | 10 | MVideoImmutable, |
11 | MVideoPlaylistFull, | 11 | MVideoPlaylistFull, |
12 | MVideoPlaylistFullSummary, | 12 | MVideoPlaylistFullSummary |
13 | MAbuseReporter | ||
14 | } from '@server/types/models' | 13 | } from '@server/types/models' |
15 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' | 14 | import { MOAuthTokenUser } from '@server/types/models/oauth/oauth-token' |
16 | import { MPlugin, MServer, MServerBlocklist } from '@server/types/models/server' | 15 | import { MPlugin, MServer, MServerBlocklist } from '@server/types/models/server' |