# DocumentCategoryStructure

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `slug` | `string` |
| `description` | `string` |
| `icon` | `string` |
| `order` | `number` |
| `documentIds` | `string[]` |
| `parentId` | `string` |
| `level` | `1 | 2 | 3` |
| `subcategoryIds` | `string[]` |
