Skip to main content
Version: v7.0.0

RequestDynamicSendOptionsType


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

Preview

type RequestDynamicSendOptionsType<Request> = Omit<Partial<RequestOptionsType<string, ExtractAdapterOptionsType<ExtractAdapterType<Request>>>>, (params | data | endpoint | method)> & { dispatcherType?: (auto | fetch | submit) };

Structure

RequestDynamicSendOptionsType
NameTypeDescription
dispatcherType
auto | fetch | submit
On this page