Replace modelValue by models for id and name

This commit is contained in:
2022-02-25 21:09:31 +00:00
parent a452482381
commit be3829baf8
4 changed files with 32 additions and 41 deletions

View File

@ -18,10 +18,12 @@ export interface Transaction {
TransferAccount: string,
CategoryGroup: string,
Category: string,
CategoryID: string,
Memo: string,
Status: string,
GroupID: string,
Payee: string,
PayeeID: string,
Amount: number,
}