Interface: SiteForStatus
Defined in: shared/types.ts:393
Minimal Site interface for status calculations.
Remarksโ
Allows utilities to work with both frontend and backend Site types. Used for status calculations and summary operations.
Propertiesโ
monitorsโ
monitors: {
monitoring: boolean;
status: "degraded" | "down" | "paused" | "pending" | "up";
}
[];
Defined in: shared/types.ts:394
monitoringโ
monitoring: boolean;
statusโ
status: "degraded" | "down" | "paused" | "pending" | "up";