diff options
Diffstat (limited to 'server/typings')
-rw-r--r-- | server/typings/express/index.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/typings/express/index.d.ts b/server/typings/express/index.d.ts index 7595e6d86..452c6e1a0 100644 --- a/server/typings/express/index.d.ts +++ b/server/typings/express/index.d.ts | |||
@@ -1,6 +1,7 @@ | |||
1 | import { RegisterServerAuthExternalOptions } from '@server/types' | 1 | import { RegisterServerAuthExternalOptions } from '@server/types' |
2 | import { | 2 | import { |
3 | MAbuse, | 3 | MAbuse, |
4 | MAbuseMessage, | ||
4 | MAccountBlocklist, | 5 | MAccountBlocklist, |
5 | MActorUrl, | 6 | MActorUrl, |
6 | MStreamingPlaylist, | 7 | MStreamingPlaylist, |
@@ -78,6 +79,7 @@ declare module 'express' { | |||
78 | videoCaption?: MVideoCaptionVideo | 79 | videoCaption?: MVideoCaptionVideo |
79 | 80 | ||
80 | abuse?: MAbuse | 81 | abuse?: MAbuse |
82 | abuseMessage?: MAbuseMessage | ||
81 | 83 | ||
82 | videoStreamingPlaylist?: MStreamingPlaylist | 84 | videoStreamingPlaylist?: MStreamingPlaylist |
83 | 85 | ||