import { DxDataGridComponent } from "devextreme-angular/ui/data-grid"; export interface IDxDataGridContainer { grid: DxDataGridComponent; }