//#region src/DataTable/row.d.ts
interface UniqueRow {
  id: string | number;
}
//#endregion
export { UniqueRow };