From 2b79d89122b30b01ad4b09a7955567ea0ec3563a Mon Sep 17 00:00:00 2001 From: George Date: Wed, 14 Mar 2018 11:40:49 +0300 Subject: [PATCH] Removed dubplicated TSError: Duplicate identifier 'original'. --- types/react-table/index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/react-table/index.d.ts b/types/react-table/index.d.ts index 20a1c5a1fb..cc7e2f48e1 100644 --- a/types/react-table/index.d.ts +++ b/types/react-table/index.d.ts @@ -645,9 +645,6 @@ export interface RowInfo { /** An array of any expandable sub-rows contained in this row */ subRows: any[]; - - /** Original object passed to row */ - original: any; } export interface FinalState extends TableProps {