Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/category.dto.ts
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 |
Was this page helpful?