Skip to main content

Type Alias: MonitorStatusTuple

type MonitorStatusTuple = readonly [
typeof DEGRADED,
typeof DOWN,
typeof PAUSED,
typeof PENDING,
typeof UP,
];

Defined in: shared/types.ts:40

Internal

Ordered list of monitor status literals used for comparisons and UI sort order.