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