RequestDynamicSendOptionsType
Import
import { RequestDynamicSendOptionsType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestDynamicSendOptionsType<Request> = Omit<Partial<RequestOptionsType<string, ExtractAdapterOptionsType<ExtractAdapterType<Request>>>>, (params | data | endpoint | method)> & { dispatcherType?: (auto | fetch | submit) };
Structure
RequestDynamicSendOptionsType
| Name | Type | Description |
|---|---|---|
| dispatcherType | |