UNPKG

next

Version:

The React Framework

3 lines (2 loc) 127 B
export type ServerCacheStatus = 'cold' | 'bypass' | 'ready'; export type CacheIndicatorState = 'disabled' | ServerCacheStatus;