summaryrefslogtreecommitdiff
path: root/src/services/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/types.ts')
-rw-r--r--src/services/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/types.ts b/src/services/types.ts
index 228bc4d..5c0ba55 100644
--- a/src/services/types.ts
+++ b/src/services/types.ts
@@ -28,6 +28,7 @@ export interface Transfer extends BaseModel {
date: string;
operation: 'in' | 'out';
contractorId: string;
+ accountId: string;
amount: number;
contractor?: Contractor;
}