Appearance
FetchFunc = (...args) => Promise<Response>
args
Promise
Response
Defined in: packages/fetch/src/types/options.ts:98
Optional, custom fetch function to replace the built-in fetch
fetch
...FetchArgs
FetchArgs
Promise<Response>