import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsInterfaces'; export interface GridApiCaches { rows: GridRowsInternalCache; }