Add missing fields in operation.

This commit is contained in:
Alexis Lahouze 2017-07-30 13:15:00 +02:00
parent 3eba873eb5
commit c3d6fa97cf
1 changed files with 5 additions and 0 deletions

View File

@ -6,5 +6,10 @@ export class Operation {
label: string;
value: number;
category: string;
scheduled_operation_id: number;
account_id: number;
balance: number;
confirmed: boolean;
pointed: boolean;
cancelled: boolean
}