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