Kind: Interface
Source: atloria-monorepo/packages/types/src/models/category.ts
Category model Used for organizing documents into folders and hierarchical structures
Properties
| Property | Type |
|---|---|
id | string |
name | string |
slug | string |
description | `string |
icon | `string |
color | `string |
order | number |
parentId | `string |
parent | `Category |
children | Category[] |
defaultDocId | `string |
projectId | string |
createdAt | Date |
updatedAt | Date |
_count | `{ |
documents: number;
}` |
Was this page helpful?