Kind: Class
Source: atloria-monorepo/apps/api/src/document/dto/category.dto.ts
DTO for creating a new category
Properties
| Property | Type |
|---|---|
name | string |
slug | string |
description | string |
icon | string |
color | string |
projectId | string |
parentId | string |
defaultDocId | string |
order | number |
docVersionId | string |
Was this page helpful?