mirror of https://github.com/ghostfolio/ghostfolio
Thomas
4 years ago
committed by
GitHub
8 changed files with 55 additions and 32 deletions
@ -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