Newer
Older
laserPTZFrontV2.0 / src / axios.d.ts
wangxitong on 22 May 2023 138 bytes first commit
import * as axios from 'axios'

declare module 'axios' {
  interface AxiosInstance {
    (config: AxiosRequestConfig): Promise<any>
  }
}