Fetcher
__type(url: string,method: FetchMethod,body: unknown,options: FetchOptions<R>): Promise<R>
Properties
(Mandatory properties are in bold)Properties | Type | Description |
---|---|---|
method | FetchMethod | |
url | string |
Additional properties for advanced use cases
Properties | Type | Description |
---|---|---|
body | unknown | |
options | FetchOptions<R> |