Type Alias: MonitorStatus
type MonitorStatus = MonitorStatusTuple[number];
Defined in: shared/types.ts:133
Status values for monitors.
Remarksโ
Used throughout the system to represent the current state of a monitor.
type MonitorStatus = MonitorStatusTuple[number];
Defined in: shared/types.ts:133
Status values for monitors.
Used throughout the system to represent the current state of a monitor.