I'm still new to Typescript but this is what I found -
You can see the types in the GitHub here: https://github.com/TanStack/table/blob/main/packages/table-core/src/types.ts
And how they are use for a table here: https://github.com/TanStack/table/blob/main/packages/table-core/src/core/table.ts#L63