(TS) Property 'select' does not exist on type 'RowsMethods'
(TS) Property 'select' does not exist on type 'RowsMethods'

Getting this error((TS) Property 'select' does not exist on type 'RowsMethods') in select() function on the solution to this discussion.
https://datatables.net/forums/discussion/51728/configure-selectall-button-to-select-only-the-rows-in-current-page#Comment_138163
DataTable version: 1.12.1
Any solution to this?.
Thanks in advance
This discussion has been closed.
Answers
At the moment cast it as
any
. This is something I'm working towards addressing. Apologies for the inconvenience.Allan