Kind: Class
Source: atloria-monorepo/apps/api/src/project/dto/sync-job.dto.ts
Sync job response DTO
Properties
| Property | Type |
|---|---|
id | string |
status | SyncJobStatus |
scope | SyncJobScope |
organizationId | string |
projectId | string |
progress | SyncJobProgress |
startedAt | Date |
completedAt | Date |
error | string |
initiatedBy | string |
Was this page helpful?