chenyc
2025-07-18 480c0834c2dc57721022cc9b06d527a3e7cad09b
1
2
3
4
5
6
7
8
9
10
11
12
 
 
export { }
 
declare global {
  interface Window {
    removeLoading: () => void,
    myApi:{},
    myApi2:{fun:()=>string}
 
  }
}