import { GridRow } from './GridRow'; export interface SelectedRowInfo { GridRows: GridRow[]; }