@osovitny/anatoly 3.20.15 → 3.20.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -195,10 +195,10 @@ declare function getAppCoreSettings(): any;
|
|
|
195
195
|
declare function resetAppCoreSettings(): void;
|
|
196
196
|
declare function formatUrl(url: string): string;
|
|
197
197
|
declare let AppCoreSettings: any;
|
|
198
|
-
declare
|
|
199
|
-
declare
|
|
200
|
-
declare
|
|
201
|
-
declare
|
|
198
|
+
declare let AppVersion: any;
|
|
199
|
+
declare let IsDevMode: boolean;
|
|
200
|
+
declare let IsProdMode: boolean;
|
|
201
|
+
declare let ClientApps: any;
|
|
202
202
|
declare const AppName: any;
|
|
203
203
|
declare const ApiUrl: any;
|
|
204
204
|
|