typealias BooleanCache

export type BooleanCache<Cached extends CacheType> = Cached extends 'cached' ? true : false;

Type Parameters

Cached extends CacheType

Union Members

Cached extends 'cached' ? true : false