# CreateCategoryDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/dtos/category.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/dtos/category.dto.ts#L6)

DTO for creating a new category

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `slug` | `string` |
| `description` | `string` |
| `icon` | `string` |
| `color` | `string` |
| `order` | `number` |
| `projectId` | `string` |
| `parentId` | `string` |
| `defaultDocId` | `string` |
