Add account_id in Operation.
This commit is contained in:
@ -6,4 +6,5 @@ export class Operation {
|
||||
label: string;
|
||||
value: number;
|
||||
category: string;
|
||||
account_id: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user