mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
Update util/src/entities/Config.ts
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
This commit is contained in:
parent
17684a14fd
commit
41cd9824af
@ -53,6 +53,8 @@ export interface ConfigValue {
|
|||||||
instanceDescription: string | null;
|
instanceDescription: string | null;
|
||||||
frontPage: string | null;
|
frontPage: string | null;
|
||||||
tosPage: string | null;
|
tosPage: string | null;
|
||||||
|
correspondenceEmail: string | null;
|
||||||
|
correspondenceUserID: string | null;
|
||||||
image: string | null;
|
image: string | null;
|
||||||
instanceId: string;
|
instanceId: string;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user