import { Item, Cell } from "sigma-ng/schaduler"; export class Row { public name: string; public cells: Cell[] = []; }