✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# 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.