API reference › @evolu/common › Task › RunEventData
const RunEventData: union(
/*#__PURE__*/ typed("ChildAdded", { childId: Id }),
/*#__PURE__*/ typed("ChildRemoved", { childId: Id }),
/*#__PURE__*/ typed("StateChanged", { state: RunSnapshotState }),
);
Defined in: packages/common/src/Task.ts:1045
The event-specific payload of a RunEvent.