RetryOnErrorCallbackType
Import
import { RetryOnErrorCallbackType } from "@hyper-fetch/core"
Source
Package
Preview
type RetryOnErrorCallbackType<Request> = (response: RequestResponseType<Request>) => boolean;
import { RetryOnErrorCallbackType } from "@hyper-fetch/core"
type RetryOnErrorCallbackType<Request> = (response: RequestResponseType<Request>) => boolean;