# KGEntity

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `EntityType` |
| `name` | `string` |
| `description` | `string` |
| `documentId` | `string` |
| `projectId` | `string` |
| `metadata` | `Record<string, any>` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
