无木
2021-06-29 c99cf5e53f057cdc332ab6c0635adf9c2d27de29
types/axios.d.ts
@@ -19,6 +19,8 @@
  // Whether to add a timestamp
  joinTime?: boolean;
  ignoreCancelToken?: boolean;
  // Whether to send token in header
  withToken?: boolean;
}
export interface Result<T = any> {