# TableOfContentsItem

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/user-docs-generator.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/user-docs-generator.service.ts#L53)

Table of contents item

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `slug` | `string` |
| `level` | `number` |
| `children` | `TableOfContentsItem[]` |
