Kind: Class
Source: atloria-monorepo/apps/parser-orchestrator/src/orchestrator/dto/parse-job.dto.ts
DTO for dispatching a single parse job
Properties
| Property | Type |
|---|---|
projectId | string |
files | string[] |
parserType | string |
config | Record<string, unknown> |
priority | number |
Was this page helpful?