GuLiMmo
2023-11-29 2685daba5d078aae1b1d83e36f726af14969e718
1
2
3
4
5
6
7
/// <reference types="vite/client" />
export {}
declare global {
    interface Window {
        globalApiConfig: any
    }
}