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