fix(server): foreign currency in account transactions transformer

This commit is contained in:
a.bouhuolia
2023-04-19 06:16:21 +02:00
parent 672a1bbb82
commit 8f039b77e7
3 changed files with 19 additions and 26 deletions

View File

@@ -42,6 +42,7 @@ export enum AccountNormal {
export interface IAccountsTransactionsFilter {
accountId?: number;
limit?: number;
}
export interface IAccountTransaction {