Update TransactionInputRow to new models
This commit is contained in:
@ -18,12 +18,12 @@ export interface Transaction {
|
||||
TransferAccount: string,
|
||||
CategoryGroup: string,
|
||||
Category: string,
|
||||
CategoryID: string,
|
||||
CategoryID: string | undefined,
|
||||
Memo: string,
|
||||
Status: string,
|
||||
GroupID: string,
|
||||
Payee: string,
|
||||
PayeeID: string,
|
||||
PayeeID: string | undefined,
|
||||
Amount: number,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user