---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/dev-tools/interfaces/DevStep.md'
description: Development plan step.
---

# Interface: DevStep

Defined in: [src/batteries/dev\_tools/types.ts:269](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L269)

Development plan step.

## Properties

| Property                             | Type                                                                                                               | Description                                                                    | Defined in                                                                                                                 |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
|  `args`    | [`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)<`string`, `unknown`> | Validated step arguments, preserved separately from normalized selection data. | [src/batteries/dev\_tools/types.ts:273](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L273) |
|  `label?` | `string`                                                                                                           | Optional read-lines result key; accepted and ignored by other steps.           | [src/batteries/dev\_tools/types.ts:275](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L275) |
|  `step`    | `string`                                                                                                           | The current authored step.                                                     | [src/batteries/dev\_tools/types.ts:271](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L271) |
