# DocumentTreeNode

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/document/document.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/document.service.ts#L2385)

Document tree node interface for navigation

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `urlId` | `string | null` |
| `url` | `string` |
| `state` | `string` |
| `collectionId` | `string | null` |
| `children` | `DocumentTreeNode[]` |
