feat(transaction): add transaction retrieval and DTO mapping
This commit is contained in:
parent
5575955440
commit
d6077645d9
13 changed files with 146 additions and 13 deletions
|
@ -2,5 +2,5 @@ export interface Transaction {
|
|||
id: string;
|
||||
type: string;
|
||||
amount: number;
|
||||
date: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
|
Reference in a new issue