* applied eslint * add locales and lint the project * removed error boundary * updated locales * fix min files * fix locales
18 lines
334 B
TypeScript
18 lines
334 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
env: {
|
|
NODE_ENV: string;
|
|
ORIGIN: string;
|
|
ASSETS_HOST: string;
|
|
API_EDP: string;
|
|
VERSION: string;
|
|
TRACKER_VERSION: string;
|
|
TRACKER_HOST: string;
|
|
SOURCEMAP: boolean;
|
|
CRISP_KEY: string;
|
|
CAPTCHA_ENABLED: string;
|
|
};
|
|
}
|
|
}
|