export interface ConfigInterface {
    suffix?: string;
    enableInProductionMode?: boolean;
}
