# ParseFileInput

**Kind:** Interface

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

Input for parsing a file

## Properties

| Property | Type |
|---|---|
| `filePath` | `string` |
| `content` | `string` |
| `metadata` | `Record<string, unknown>` |
