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