Skip to content

Type Alias: MonitorEvent

ts
type MonitorEvent = 
  | SimpleMonitorEvent
  | {
  data: Run;
  type: typeof RUN;
};

Event types for monitoring (extends SimpleMonitorEvent with run events)