Kind: Class
Source: atloria-monorepo/apps/parser-orchestrator/src/orchestrator/dto/parse-job.dto.ts
DTO for parsing an entire project
Properties
| Property | Type |
|---|---|
rootDir | string |
parsers | string[] |
includePatterns | string[] |
excludePatterns | string[] |
incremental | boolean |
maxFiles | number |
parallel | boolean |
metadata | Record<string, unknown> |
Was this page helpful?