Type alias TupleItemCell

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

Type declaration

  • cell: Cell
  • type: "cell"

Generated using TypeDoc