This commit is contained in:
parent
4b4a3b7c90
commit
705aebb011
|
|
@ -0,0 +1,8 @@
|
||||||
|
// types/global.d.ts
|
||||||
|
export {};
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface Window {
|
||||||
|
RUNTIME_ENV?: Record<string, string>;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue