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