OnFailRequestCallback
Signature
export type OnFailRequestCallback = (method: HttpMethods, url: `/${string}`, error: unknown, statusCode?: number) => Awaitable<any>;Members
This export does not declare public properties or methods in the generated declaration file.