Add missing fields in operation.
This commit is contained in:
parent
3eba873eb5
commit
c3d6fa97cf
@ -6,5 +6,10 @@ export class Operation {
|
|||||||
label: string;
|
label: string;
|
||||||
value: number;
|
value: number;
|
||||||
category: string;
|
category: string;
|
||||||
|
scheduled_operation_id: number;
|
||||||
account_id: number;
|
account_id: number;
|
||||||
|
balance: number;
|
||||||
|
confirmed: boolean;
|
||||||
|
pointed: boolean;
|
||||||
|
cancelled: boolean
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user