Type alias Instruction

Instruction: {
    data: Object;
    name: string;
}

Type declaration

  • data: Object
  • name: string