import { Operation } from "./operation"; export interface IGridItemsType { _grid_row_id_: number; _grid_row_operation_: Operation; }