Skip to main content

Fetcher

__type(url: string,method: FetchMethod,body: unknown,options: FetchOptions<R>): Promise<R>

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
methodFetchMethod
urlstring
Additional properties for advanced use cases
PropertiesTypeDescription
bodyunknown
optionsFetchOptions<R>