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