environment.d.ts 91 Bytes
export declare const environment: {
    production: boolean;
    appConfigPath: string;
};