GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

InferAsyncCache

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

Signature

export type InferAsyncCache = InternalOptions extends {    asyncCache: infer P;} ? P : false;

Members

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