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