mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-08 09:18:06 +00:00
10 lines
199 B
TypeScript
10 lines
199 B
TypeScript
declare const config: {
|
|
environment: 'development' | 'test' | 'production';
|
|
modulePrefix: string;
|
|
podModulePrefix: string;
|
|
locationType: string;
|
|
rootURL: string;
|
|
};
|
|
|
|
export default config;
|