File size: 139 Bytes
b91e262
 
1
2
3
export type ServerCacheStatus = 'filling' | 'filled' | 'bypass' | 'ready'
export type CacheIndicatorState = 'disabled' | ServerCacheStatus