File size: 133 Bytes
b91e262
 
 
 
 
1
2
3
4
5
6
export type DevIndicatorServerState = typeof devIndicatorServerState

export const devIndicatorServerState = {
  disabledUntil: 0,
}