Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts
Statistics for a single parser
Properties
| Property | Type |
|---|---|
name | string |
filesProcessed | number |
entitiesFound | number |
relationshipsFound | number |
duration | number |
errors | number |
warnings | number |
Was this page helpful?