Kind: Class
Source: atloria-monorepo/apps/api/src/parsing/dto/parse-status.dto.ts
Properties
| Property | Type |
|---|---|
jobId | string |
status | ParseJobStatus |
progress | number |
currentStep | string |
error | string |
result | `{ |
entitiesCount: number; documentsGenerated: number; duration: number; frameworks: string[];
}` |
Was this page helpful?