UNPKG

next

Version:

The React Framework

3 lines (2 loc) 141 B
export type ServerCacheStatus = 'filling' | 'filled' | 'bypass' | 'ready'; export type CacheIndicatorState = 'disabled' | ServerCacheStatus;