Blame view

environments/environment.d.ts 91 Bytes
75f29219   Anan Sangthongtum   first commit
1
2
3
4
export declare const environment: {
    production: boolean;
    appConfigPath: string;
};