StepStatus interface
Model that represents the a list of branches and branch statuses.
Properties
| branches | The array of branches. |
| status | The value of the status of the step. |
| step |
The id of the step. |
| step |
The name of the step. |
Property Details
branches
status
The value of the status of the step.
status?: string
Property Value
string
stepId
The id of the step.
stepId?: string
Property Value
string
stepName
The name of the step.
stepName?: string
Property Value
string