567
chenyc
2022-10-15 c91c1abf46d7569eca11b8fd9c14f6794324be50
1
2
3
4
5
6
7
8
9
10
11
12
 
 
export { }
 
declare global {
  interface Window {
    removeLoading: () => void,
    myApi:{},
    myApi2:{fun:()=>string}
 
  }
}