Type alias UseFetchOptions
UseFetchOptions:
object
The options for the useFetch composable function.
Type declaration
enabled
enabled?: boolean
A boolean indicating whether the fetch operation is enabled.
requestConfig
requestConfig?: RequestConfig
The request configuration object.