Feature/refactor accounts response interface (#4644)
* Refactor accounts response interfacepull/4649/head
parent
c3887e2f8e
commit
3e963228d6
@ -1,6 +1,6 @@
|
||||
import { AccountWithValue } from '@ghostfolio/common/types';
|
||||
|
||||
export interface Accounts {
|
||||
export interface AccountsResponse {
|
||||
accounts: AccountWithValue[];
|
||||
totalBalanceInBaseCurrency: number;
|
||||
totalValueInBaseCurrency: number;
|
||||
Loading…
Reference in new issue