GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ReturnCache

API/Type Aliases/ReturnCache
seyfert/lib/cache/index.d.ts

Signature

export type ReturnCache<T> = If<InferAsyncCache, Promise<T>, T>;

Members

This export does not declare public properties or methods in the generated declaration file.