# Entity

**Kind:** Interface

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

Base entity interface - all specific entities extend this

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `EntityType` |
| `name` | `string` |
| `filePath` | `string` |
| `startLine` | `number` |
| `endLine` | `number` |
| `description` | `string` |
| `tags` | `string[]` |
| `metadata` | `Record<string, unknown>` |
| `discoveredAt` | `Date` |
| `contentHash` | `string` |
