keycloak-scim/types/import.d.ts
Erik Jan de Wit 14860ae628 initial version
change favicon based on env props
2020-08-05 17:00:38 +02:00

8 lines
201 B
TypeScript

// ESM-HMR Interface: `import.meta.hot`
interface ImportMeta {
// TODO: Import the exact .d.ts files from "esm-hmr"
// https://github.com/pikapkg/esm-hmr
hot: any;
env: Record<string, any>;
}