Type alias RequestConfig
RequestConfig:
object
Additional request configuration options for the useFetch hook.
Type declaration
nonJSONBody
nonJSONBody?: boolean
Indicates that the request body is not a JSON object.
returnBlob
returnBlob?: boolean
Indicates that the response should be treated as a Blob.