Type alias AxiosClientProvider

AxiosClientProvider: (() => Promise<AxiosInstance>)

A function, that provides an AxiosInstance.

Type declaration

    • (): Promise<AxiosInstance>
    • Returns Promise<AxiosInstance>

Returns

The promise with the new instance.

Generated using TypeDoc