InferAsyncCache
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.
export type InferAsyncCache = InternalOptions extends { asyncCache: infer P;} ? P : false;This export does not declare public properties or methods in the generated declaration file.