chenyincheng
2023-04-10 06365e9e66d7b9b51c069698746366b0af3cbc22
1
2
3
4
5
6
7
8
9
10
11
12
 
 
export { }
 
declare global {
  interface Window {
    removeLoading: () => void,
    myApi:{},
    myApi2:{fun:()=>string}
 
  }
}