Type Alias: StatusHistoryTuple
type StatusHistoryTuple = readonly [
typeof UP,
typeof DOWN,
typeof DEGRADED,
];
Defined in: shared/types.ts:68
Internal
Ordered list of status literals persisted in monitor history records.
type StatusHistoryTuple = readonly [
typeof UP,
typeof DOWN,
typeof DEGRADED,
];
Defined in: shared/types.ts:68
Internal
Ordered list of status literals persisted in monitor history records.