Type alias OnRetryFunction

OnRetryFunction: ((args: { error?: Error; options: WretchOptions; response?: Response; url: string }) => void | OnRetryFunctionResponse | Promise<OnRetryFunctionResponse>)

Type declaration

Generated using TypeDoc