Skip to main content

Interface: SiteForStatus

Defined in: shared/types.ts:201

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: MonitorStatus; }[]

Defined in: shared/types.ts:202

monitoringโ€‹

monitoring: boolean

statusโ€‹

status: MonitorStatus