global.d.ts 75 B

12345
  1. interface Window {
  2. injectData: () => string;
  3. LUOJIGOUAPP: string
  4. }