import { GridRowsInternalCache } from "../hooks/features/rows/gridRowsInterfaces.js";
import { GridRowsMetaInternalCache } from "../hooks/features/rows/gridRowsMetaInterfaces.js";
export interface GridApiCaches {
  rows: GridRowsInternalCache;
  rowsMeta: GridRowsMetaInternalCache;
}