import { Grid } from './grid.model'; export interface Row { grid: Grid[]; }