| 4564 | export interface ValuesStepConfig extends StepConfig {} |
| 4565 | |
| 4566 | export class ValuesStep extends Step<ValuesStepConfig> { |
| 4567 | public get name() { |
| 4568 | return "Values"; |
| 4569 | } |
nothing calls this directly
no outgoing calls
no test coverage detected