RequestCacheType
Import
import { RequestCacheType } from "@hyper-fetch/core"
Source
Package
Preview
type RequestCacheType<R> = Pick<R, cacheKey | cache | staleTime | cacheTime>;
import { RequestCacheType } from "@hyper-fetch/core"
type RequestCacheType<R> = Pick<R, cacheKey | cache | staleTime | cacheTime>;