export interface EnvConfig {
    baseUrl: string | null;
    isPreview: boolean;
    guid: string | null;
    apiKey: string | null;
}
