# RowData

# Type Alias: RowData

```ts
type RowData = Record<string, any> | any[];
```

Defined in: [types/type-utils.ts:5](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/type-utils.ts#L5)
