InstructionPlanInput
A flexible input type that can be used to create an InstructionPlan.
This type accepts:
- A single Instruction.
- An existing InstructionPlan.
- An array of instructions and/or instruction plans.
Use the parseInstructionPlanInput function to convert this input into a proper InstructionPlan.
Examples
Using a single instruction.
Use as argument type in a function that will parse it into an InstructionPlan.