Type Alias FetcherFactory
FetcherFactory: (
params?: Record<string, string | number>,
) => FetcherStore<unknown>
Type Declaration
- (params?: Record<string, string | number>): FetcherStore<unknown>
Parameters
Optionalparams: Record<string, string | number>
Returns FetcherStore<unknown>
A bound fetcher store factory: call with the route's path params to get a cache-keyed store.