Switches to a global variable for client/serverConfig
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user