RequestEventType
Import
import { RequestEventType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestEventType<T> = {
mutationContext?: OptimisticCallbackResult<any>;
request: T;
requestId: string;
}
Structure
RequestEventType
| Name | Type | Description |
|---|---|---|
| mutationContext | | |
| request | | |
| requestId | |
