Type Alias: MonitorStatusChangedEventData
type MonitorStatusChangedEventData = StatusUpdate;
Defined in: shared/types/events.ts:579
Payload for monitor status change events.
Remarksโ
Aliases StatusUpdate to emphasize that monitor status events use the shared real-time status contract while optionally including rich monitor and site context.