PlanSubStep
openmolt / PlanSubStep
Interface: PlanSubStep
Defined in: types/index.ts:335
A single sub-step within a plan step.
Properties
name
name:
string
Defined in: types/index.ts:336
notes?
optionalnotes:string
Defined in: types/index.ts:338
status
status:
"failed"|"pending"|"inProgress"|"completed"
Defined in: types/index.ts:337