Skip to main content
Version: v8.0.0

RequestEventType


Import
import { RequestEventType } from "@hyper-fetch/core"

Preview

type RequestEventType<T> = {
mutationContext?: OptimisticCallbackResult<any>;
request: T;
requestId: string;
}

Structure

RequestEventType
NameTypeDescription
mutationContext
OptimisticCallbackResult<any>
request
T
requestId
string