feat(transaction-history): add transaction history feature with modal
This commit is contained in:
parent
d6077645d9
commit
9817fb95db
6 changed files with 57 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
export interface Transaction {
|
||||
id: string;
|
||||
type: string;
|
||||
status: string;
|
||||
amount: number;
|
||||
createdAt: string;
|
||||
}
|
||||
|
|
Reference in a new issue