Skip to content
1 min read · 84 words

Interface: DevStep

Defined in: src/batteries/dev_tools/types.ts:269

Development plan step.

Properties

PropertyTypeDescriptionDefined in
argsRecord<string, unknown>Validated step arguments, preserved separately from normalized selection data.src/batteries/dev_tools/types.ts:273
label?stringOptional read-lines result key; accepted and ignored by other steps.src/batteries/dev_tools/types.ts:275
stepstringThe current authored step.src/batteries/dev_tools/types.ts:271