Skip to main content

Interface: FetchHookOptions<T>

Defined in: packages/core/src/react/hooks/types.ts:11

Type Parameters

T

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: SWRConfiguration<T>

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