ESLINT 3
This commit is contained in:
@ -24,6 +24,7 @@ export interface Transaction {
|
||||
PayeeID: string | undefined;
|
||||
Amount: number;
|
||||
Reconciled: boolean;
|
||||
Account: string;
|
||||
AccountID: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user