Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts
Job payload for parse queue
Properties
| Property | Type |
|---|---|
jobId | string |
projectId | string |
files | string[] |
parserType | string |
config | Record<string, unknown> |
priority | number |
createdAt | Date |
Was this page helpful?