Type Alias SWRConfiguration<Data, Error, Fn>

SWRConfiguration: Partial<PublicConfiguration<Data, Error, Fn>> & Partial<
    ProviderConfiguration,
> & { provider?: (cache: Readonly<Cache>) => Cache }

Type Parameters