GuLiMmo
2024-04-01 3d954cd30c42279fa50e3f52a46b06a19afe3369
1
2
3
4
5
6
7
/// <reference types="vite/client" />
export {}
declare global {
    interface Window {
        globalApiConfig: any
    }
}