import { ListViewAttributes } from './listViewAttributes'; export interface GridViewAttributes extends ListViewAttributes { columns: number; }