import type { GridRowId } from "../gridRows.js"; export interface GridRowSelectionCheckboxParams { value: boolean; id: GridRowId; }