Skip to content

Commit

Permalink
resolve conflits
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Nov 6, 2024
1 parent a72db91 commit 9dcc965
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Search/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type SelectedTransactionInfo = {
/** Model of selected transactons */
type SelectedTransactions = Record<string, SelectedTransactionInfo>;

<<<<<<< HEAD
/** Model of selected reports */
type SelectedReports = {
reportID: string;
Expand All @@ -42,8 +41,6 @@ type SelectedReports = {
total: number;
};

=======
>>>>>>> cmartins-showButtons
/** Model of payment data used by Search bulk actions */
type PaymentData = {
reportID: string;
Expand Down

0 comments on commit 9dcc965

Please sign in to comment.