34
chenyc
2023-05-19 5f863174c87662b967d4c5e123ea0cd3e6e11ebb
1
2
3
4
5
6
7
8
9
10
11
12
 
 
export { }
 
declare global {
  interface Window {
    removeLoading: () => void,
    myApi:{},
    myApi2:{fun:()=>string}
 
  }
}