Switches to a global variable for client/serverConfig

This commit is contained in:
2023-08-14 12:37:45 +02:00
parent c531e7231d
commit eb32347990
4 changed files with 73 additions and 36 deletions

View File

@@ -23,9 +23,7 @@ export interface ServiceGroupConfig extends SectionConfig {
[x: string]: unknown;
}
export interface ColorConfig {
test: string;
}
export type ColorConfig = Record<string, string>;
export interface Config extends SectionConfig {
services: Array<ServiceGroupConfig>;