# ParseMetadata

**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#L144)

Metadata about the parse operation

## Properties

| Property | Type |
|---|---|
| `duration` | `number` |
| `linesOfCode` | `number` |
| `fileSize` | `number` |
| `language` | `string` |
| `framework` | `string` |
| `fileHash` | `string` |
| `complexity` | `number` |
