mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-31 22:19:35 +00:00
Update util/src/entities/Config.ts
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
Erkin Alp Güney
parent
7681ea6d8e
commit
2c93f1f121
@@ -53,6 +53,8 @@ export interface ConfigValue {
|
||||
instanceDescription: string | null;
|
||||
frontPage: string | null;
|
||||
tosPage: string | null;
|
||||
correspondenceEmail: string | null;
|
||||
correspondenceUserID: string | null;
|
||||
image: string | null;
|
||||
instanceId: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user