aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/custom-config.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/server/custom-config.model.ts')
-rw-r--r--shared/models/server/custom-config.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts
index 0c331a820..a7c2a3bab 100644
--- a/shared/models/server/custom-config.model.ts
+++ b/shared/models/server/custom-config.model.ts
@@ -8,6 +8,7 @@ export interface CustomConfig {
8 terms: string 8 terms: string
9 codeOfConduct: string 9 codeOfConduct: string
10 10
11 creationReason: string
11 moderationInformation: string 12 moderationInformation: string
12 administrator: string 13 administrator: string
13 maintenanceLifetime: string 14 maintenanceLifetime: string