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