typealias CacheType

export type CacheType = 'cached' | 'raw' | undefined;

Constructors

constructor()

Union Members

'cached' 'raw' undefined