Skip to main content

Interface: WorkflowRevisionDiffFieldChange

Defined in: packages/sdk/src/types/task-types.ts:272

One changed field in a revision diff. For JSON-blob fields (*Config, a task's configuration) base/other are omitted and the field name alone signals the change.

Properties

base?

optional base: unknown

Defined in: packages/sdk/src/types/task-types.ts:274


field

field: string

Defined in: packages/sdk/src/types/task-types.ts:273


other?

optional other: unknown

Defined in: packages/sdk/src/types/task-types.ts:275