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