diff --git a/src/components/Search/types.ts b/src/components/Search/types.ts index 8b30a824a5e0..bd2c439287a9 100644 --- a/src/components/Search/types.ts +++ b/src/components/Search/types.ts @@ -33,7 +33,6 @@ type SelectedTransactionInfo = { /** Model of selected transactons */ type SelectedTransactions = Record; -<<<<<<< HEAD /** Model of selected reports */ type SelectedReports = { reportID: string; @@ -42,8 +41,6 @@ type SelectedReports = { total: number; }; -======= ->>>>>>> cmartins-showButtons /** Model of payment data used by Search bulk actions */ type PaymentData = { reportID: string;