Update util/src/entities/Config.ts
Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
This commit is contained in:
parent
7681ea6d8e
commit
2c93f1f121
@ -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…
x
Reference in New Issue
Block a user