This commit is contained in:
2022-04-23 11:26:58 +00:00
committed by Gitea
parent c30b33a070
commit 91ac05b575
6 changed files with 29 additions and 69 deletions

View File

@ -24,6 +24,7 @@ export interface Transaction {
PayeeID: string | undefined;
Amount: number;
Reconciled: boolean;
Account: string;
AccountID: string;
}