export default interface GridResponseInterface { gridData: any[]; totalCount?: number; other?: any; }