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