Compare commits
1 Commits
0b36048f47
...
e2fc9e4343
Author | SHA1 | Date | |
---|---|---|---|
e2fc9e4343 |
@ -17,12 +17,12 @@ export interface Transaction {
|
|||||||
TransferAccount: string;
|
TransferAccount: string;
|
||||||
CategoryGroup: string;
|
CategoryGroup: string;
|
||||||
Category: string;
|
Category: string;
|
||||||
CategoryID: string | undefined;
|
CategoryID: string | null;
|
||||||
Memo: string;
|
Memo: string;
|
||||||
Status: string;
|
Status: string;
|
||||||
GroupID: string;
|
GroupID: string;
|
||||||
Payee: string;
|
Payee: string;
|
||||||
PayeeID: string | undefined;
|
PayeeID: string | null;
|
||||||
Amount: number;
|
Amount: number;
|
||||||
Reconciled: boolean;
|
Reconciled: boolean;
|
||||||
Account: string;
|
Account: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user