Interface: SiteForStatus
Defined in: shared/types.ts:366
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:367
monitoringโ
monitoring:
boolean
statusโ
status:
"degraded"|"down"|"paused"|"pending"|"up"