/** * The source ID corresponds to the entity that created the run. * * Example: `"workflow_run_123"` */ export type RunSourceId = string;