Skip to content

Commit

Permalink
fix ci/cd cards
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Dec 30, 2023
1 parent 67a1ecd commit 6e8bfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cards/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type CardDetails = {
linkedAccount: string;
recentTransactions: Transaction[];
};

export type Transaction = {
date: string;
amount: string;
Expand Down

0 comments on commit 6e8bfa5

Please sign in to comment.