diff --git a/types/react-table/index.d.ts b/types/react-table/index.d.ts index 20a1c5a1fb..503b5f4e02 100644 --- a/types/react-table/index.d.ts +++ b/types/react-table/index.d.ts @@ -613,9 +613,6 @@ export interface RowInfo { /** Materialized row of data */ row: any; - /** Original row from your data */ - original: any; - /** The post-accessed values from the original row */ rowValues: any;