GuLiMmo
2023-11-29 b4d89fbfa4115235381afaafd71702c76bd1307b
1
2
3
4
5
6
7
/// <reference types="vite/client" />
export {}
declare global {
    interface Window {
        globalApiConfig: any
    }
}