Type Alias InstructionLike

InstructionLike:
    | Promise<Instruction>
    | Promise<Instruction[]>
    | Instruction[]
    | Instruction

Union type for different instruction formats that can be provided