Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts
Properties
| Property | Type |
|---|---|
id | JobId |
projectId | string |
repositoryUrl | string |
branch | string |
status | JobStatus |
currentStage | JobStage |
progress | number |
startedAt | Date |
updatedAt | Date |
completedAt | Date |
error | string |
config | JobConfig |
approvalCheckpoint | ApprovalCheckpoint |
Was this page helpful?