Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Dec 30, 2023
1 parent 6324e22 commit 2124de7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/cards/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ export type CardDetails = {
recentTransactions: Transaction[];
};

export type Transaction = {
date: string;
amount: string;
currency: string;
description: string;
};

export type CardInfo = {
id: number;
pan: string;
expiry: string;
name: string;
};

export type Transaction = {
date: string;
amount: string;
currency: string;
description: string;
};

0 comments on commit 2124de7

Please sign in to comment.