mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
10 lines
169 B
TypeScript
10 lines
169 B
TypeScript
declare module "*.scss";
|
|
declare var __CONFIG__: SettingType;
|
|
|
|
type SettingType = {
|
|
apiUrl: string;
|
|
apiVersion: string;
|
|
ssl: string;
|
|
appName: string;
|
|
};
|