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