RequestConfigurationType
Import
import { RequestConfigurationType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestConfigurationType<Payload,Params,QueryParams,GenericEndpoint,AdapterOptions,MethodsType> = { headers?: HeadersInit; params?: (Params | EmptyTypes); payload?: PayloadType<Payload>; queryParams?: (QueryParams | EmptyTypes); updatedAbortKey?: boolean; updatedCacheKey?: boolean; updatedEffectKey?: boolean; updatedQueryKey?: boolean; used?: boolean } & Partial<NullableKeys<RequestOptionsType<GenericEndpoint, AdapterOptions, MethodsType>>>;
Structure
RequestConfigurationType
| Name | Type | Description |
|---|---|---|
| headers | | |
| params | | |
| payload | | |
| queryParams | | |
| updatedAbortKey | | |
| updatedCacheKey | | |
| updatedEffectKey | | |
| updatedQueryKey | | |
| used | |