# KGRelation

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

## Properties

| Property | Type |
|---|---|
| `from` | `string` |
| `to` | `string` |
| `type` | `RelationType` |
| `metadata` | `Record<string, any>` |
| `weight` | `number` |
