mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Usability improvements * Disable the symbol input in edit mode * Filter accounts by type (SECURITIES) * Update changelogpull/480/head
Thomas Kaul
3 years ago
committed by
GitHub
5 changed files with 20 additions and 4 deletions
@ -1,8 +1,9 @@ |
|||||
import { User } from '@ghostfolio/common/interfaces'; |
import { User } from '@ghostfolio/common/interfaces'; |
||||
import { 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; |
user: User; |
||||
} |
} |
||||
|
Loading…
Reference in new issue