Skip to main content
Version: v7.0.0

OnStartCallbackType


Import
import { OnStartCallbackType } from "@hyper-fetch/react"

Preview

type OnStartCallbackType<Request> = (data: RequestEventType<Request>) => void | Promise<void>;
React
On this page