Feature/add account detail dialog (#1047)
* Add account detail dialog * Update changelog
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Account as AccountModel } from '@prisma/client';
|
||||
import { Account as AccountModel, Platform } from '@prisma/client';
|
||||
|
||||
export type AccountWithValue = AccountModel & {
|
||||
balanceInBaseCurrency: number;
|
||||
Platform?: Platform;
|
||||
transactionCount: number;
|
||||
value: number;
|
||||
valueInBaseCurrency: number;
|
||||
|
Reference in New Issue
Block a user