# ProjectParseResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts#L278)

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[]` |
