diff --git a/src/operations/operation.ts b/src/operations/operation.ts index e8e2867..f122da5 100644 --- a/src/operations/operation.ts +++ b/src/operations/operation.ts @@ -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 }