|
@@ -10,8 +10,17 @@ declare global {
|
|
|
safetyCrlPlatformUrl: string;
|
|
safetyCrlPlatformUrl: string;
|
|
|
gasControlMock: boolean;
|
|
gasControlMock: boolean;
|
|
|
historyIsMultiple: boolean;
|
|
historyIsMultiple: boolean;
|
|
|
|
|
+ is2DModel: boolean;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ interface GlobalConfig {
|
|
|
|
|
+ simulatedPassword: string;
|
|
|
|
|
+ History_Type: string;
|
|
|
|
|
+ pageType: string;
|
|
|
|
|
+ showReport: boolean;
|
|
|
|
|
+ is2DModel: boolean;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
const __APP_INFO__: {
|
|
const __APP_INFO__: {
|
|
|
pkg: {
|
|
pkg: {
|
|
|
name: string;
|
|
name: string;
|