Type Alias: MonitorStatus
MonitorStatus =
"down"
|"paused"
|"pending"
|"up"
Defined in: shared/types.ts:20
Status values for monitors.
Remarksโ
Used throughout the system to represent the current state of a monitor.
MonitorStatus =
"down"
|"paused"
|"pending"
|"up"
Defined in: shared/types.ts:20
Status values for monitors.
Used throughout the system to represent the current state of a monitor.