Feature/add total value in the create or edit transaction dialog (#192)
* Display total value * Update changelogpull/201/head
parent
fbe590ddb9
commit
db090229ce
@ -1,7 +1,8 @@
|
|||||||
|
import { User } from '@ghostfolio/common/interfaces';
|
||||||
import { Account, Order } from '@prisma/client';
|
import { Account, Order } from '@prisma/client';
|
||||||
|
|
||||||
export interface CreateOrUpdateTransactionDialogParams {
|
export interface CreateOrUpdateTransactionDialogParams {
|
||||||
accountId: string;
|
accountId: string;
|
||||||
accounts: Account[];
|
|
||||||
transaction: Order;
|
transaction: Order;
|
||||||
|
user: User;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue