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