CallbackParameters
Import
import { CallbackParameters } from "@hyper-fetch/react"
Source
Package
Preview
type CallbackParameters<Request,Resp> = { mutationContext: (ExtractMutationContextType<Request> | undefined); response: Resp } & Omit<RequestResponseEventType<Request>, response>;
Structure
CallbackParameters
| Name | Type | Description |
|---|---|---|
| mutationContext | | |
| response | |
