aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/express.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/express.d.ts')
-rw-r--r--server/types/express.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/types/express.d.ts b/server/types/express.d.ts
index 6fea4dac2..c1c379b98 100644
--- a/server/types/express.d.ts
+++ b/server/types/express.d.ts
@@ -8,6 +8,7 @@ import {
8 MActorUrl, 8 MActorUrl,
9 MChannelBannerAccountDefault, 9 MChannelBannerAccountDefault,
10 MChannelSyncChannel, 10 MChannelSyncChannel,
11 MRegistration,
11 MStreamingPlaylist, 12 MStreamingPlaylist,
12 MUserAccountUrl, 13 MUserAccountUrl,
13 MVideoChangeOwnershipFull, 14 MVideoChangeOwnershipFull,
@@ -171,6 +172,7 @@ declare module 'express' {
171 actorFull?: MActorFull 172 actorFull?: MActorFull
172 173
173 user?: MUserDefault 174 user?: MUserDefault
175 userRegistration?: MRegistration
174 176
175 server?: MServer 177 server?: MServer
176 178