export type TGridRow = { id: number; isDeleted?: boolean; isEdited?: boolean; isNew?: boolean; };