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?
optionalbase: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?
optionalother:unknown
Defined in: packages/sdk/src/types/task-types.ts:275