Feature/improve experimental chart in account detail dialog (#3813)
* Improve chart in account detail dialog * Update changelog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { AccountBalance } from '@prisma/client';
|
||||
|
||||
export interface AccountBalancesResponse {
|
||||
balances: (Pick<AccountBalance, 'date' | 'id' | 'value'> & {
|
||||
balances: (Pick<AccountBalance, 'accountId' | 'date' | 'id' | 'value'> & {
|
||||
valueInBaseCurrency: number;
|
||||
})[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user