# Entity

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts#L179)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `EntityType` |
| `filePath` | `string` |
| `tier` | `EntityTier` |
| `sourceCode` | `string` |
| `signature` | `string` |
| `summary` | `string` |
| `startLine` | `number` |
| `endLine` | `number` |
| `exports` | `boolean` |
| `isUserFacing` | `boolean` |
| `dependencies` | `string[]` |
| `dependents` | `string[]` |
