AxiosHelper: {
    createInstance: ((opts) => AxiosInstance);
}

Type declaration

  • createInstance: ((opts) => AxiosInstance)
      • (opts): AxiosInstance
      • Parameters

        • opts: CreateAxiosDefaults<any>

        Returns AxiosInstance

Generated using TypeDoc