mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Disable the symbol input in edit mode * Filter accounts by type (SECURITIES)pull/483/head
4 changed files with 13 additions and 4 deletions
@ -1,8 +1,9 @@ |
|||
import { User } from '@ghostfolio/common/interfaces'; |
|||
import { Order } from '@prisma/client'; |
|||
import { Account, Order } from '@prisma/client'; |
|||
|
|||
export interface CreateOrUpdateTransactionDialogParams { |
|||
accountId: string; |
|||
accounts: Account[]; |
|||
transaction: Order; |
|||
user: User; |
|||
} |
|||
|
Loading…
Reference in new issue