Type alias TupleCell

TupleCell: {
    cell: Cell;
    type: "cell";
}

Type declaration

  • cell: Cell
  • type: "cell"

Generated using TypeDoc