export type ServerCacheStatus = 'cold' | 'bypass' | 'ready';
export type CacheIndicatorState = 'disabled' | ServerCacheStatus;
