Type Alias: SimpleMonitorEvent
ts
type SimpleMonitorEvent =
| {
data: Job;
type: typeof JOB;
}
| {
data: Market;
type: typeof MARKET;
};Simple monitor event (run accounts are auto-merged into job events)