Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts
Result of parsing an entire project
Properties
| Property | Type |
|---|---|
projectId | string |
rootDir | string |
parsers | string[] |
timestamp | Date |
status | ParseStatus |
results | ParseResult[] |
summary | ParseSummary |
entities | Entity[] |
relationships | Relationship[] |
Was this page helpful?