Function: useFetchAppSettings()
useFetchAppSettings<
T,P>(params,options):useAppSettingsResponse<T>
Defined in: packages/core/src/react/hooks/useFetchAppSettings.ts:23
The useAppSettings hook
See useAppSettings
Type Parameters
T
T extends AppEntity = AppEntity
P
P extends EndpointParams = EndpointParams
Parameters
params
The list of params to pass to the fetch strategy. It overrides the ones in the URL.
{ } | P
options
FetchHookOptions<FetchResponse<T>> = {}
The options to pass to the swr hook.