Skip to main content

Type Alias: SiteStatusTuple

type SiteStatusTuple = readonly [
typeof DEGRADED,
typeof DOWN,
typeof MIXED,
typeof PAUSED,
typeof PENDING,
typeof UNKNOWN,
typeof UP,
];

Defined in: shared/types.ts:53

Internal

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