aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/server')
-rw-r--r--shared/models/server/about.model.ts1
-rw-r--r--shared/models/server/custom-config.model.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/server/about.model.ts b/shared/models/server/about.model.ts
index bde4e0b50..6d4ba63c4 100644
--- a/shared/models/server/about.model.ts
+++ b/shared/models/server/about.model.ts
@@ -6,6 +6,7 @@ export interface About {
6 terms: string 6 terms: string
7 7
8 codeOfConduct: string 8 codeOfConduct: string
9 hardwareInformation: string
9 10
10 creationReason: string 11 creationReason: string
11 moderationInformation: string 12 moderationInformation: string
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts
index a7c2a3bab..c9957f825 100644
--- a/shared/models/server/custom-config.model.ts
+++ b/shared/models/server/custom-config.model.ts
@@ -13,6 +13,7 @@ export interface CustomConfig {
13 administrator: string 13 administrator: string
14 maintenanceLifetime: string 14 maintenanceLifetime: string
15 businessModel: string 15 businessModel: string
16 hardwareInformation: string
16 17
17 languages: string[] 18 languages: string[]
18 categories: number[] 19 categories: number[]