query.cachedprovideroptions
Home > @blaze-cardano/query > CachedProviderOptions
CachedProviderOptions type
Signature:
export type CachedProviderOptions = {
cache?: QueryCache<string, unknown>;
};
References: QueryCache
Home > @blaze-cardano/query > CachedProviderOptions
Signature:
export type CachedProviderOptions = {
cache?: QueryCache<string, unknown>;
};
References: QueryCache