go-ember-template/frontend/app/config/environment.d.ts
2024-11-26 16:25:39 +01:00

14 lines
309 B
TypeScript

/**
* Type declarations for
* import config from 'frontend/config/environment'
*/
declare const config: {
environment: string;
modulePrefix: string;
podModulePrefix: string;
locationType: 'history' | 'hash' | 'none';
rootURL: string;
APP: Record<string, unknown>;
};
export default config;