This commit is contained in:
parent
b0d6d74853
commit
65310bc613
|
|
@ -53,3 +53,9 @@ export type ChainData = {
|
||||||
icon?: string
|
icon?: string
|
||||||
}[]
|
}[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface Window {
|
||||||
|
RUNTIME_ENV?: Record<string, string>;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue