File size: 133 Bytes
1e92f2d |
1 2 3 4 5 6 |
export type DevIndicatorServerState = typeof devIndicatorServerState
export const devIndicatorServerState = {
disabledUntil: 0,
}
|
1e92f2d |
1 2 3 4 5 6 |
export type DevIndicatorServerState = typeof devIndicatorServerState
export const devIndicatorServerState = {
disabledUntil: 0,
}
|