global.d.ts 96 B

12345678
  1. // types/global.d.ts
  2. import {AxiosRequestConfig} from "axios";
  3. declare global {
  4. }
  5. export {};