import { GridRow } from './es-grid-row'; export interface GridResponse { page: any; records: any; rows: GridRow[]; total: any; url: any; }