Skip to main content

Interface: FetchHookOptions<T>

@headstartwp/core.react.FetchHookOptions

Type parameters

Name
T

Properties

fetchStrategyOptions

Optional fetchStrategyOptions: Partial<FetchOptions>

Defined in

packages/core/src/react/hooks/types.ts:12


shouldFetch

Optional shouldFetch: boolean

Defined in

packages/core/src/react/hooks/types.ts:14


swr

Optional swr: Partial<PublicConfiguration<T, any, BareFetcher<any>>>

Defined in

packages/core/src/react/hooks/types.ts:13