Skip to content

BuildStepInput

Defined in: src/types.ts:416

Input shape for replacing a queue. id present + matching an existing step preserves that step’s status (unless status is given). New entries get a fresh id and default to “pending”.

optional detail?: string

Defined in: src/types.ts:419


optional id?: string

Defined in: src/types.ts:417


optional status?: BuildStepStatus

Defined in: src/types.ts:420


title: string

Defined in: src/types.ts:418