Skip to content

Category

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/types/src/models/category.ts

Category model Used for organizing documents into folders and hierarchical structures

Properties

PropertyType
idstring
namestring
slugstring
description`string
icon`string
color`string
ordernumber
parentId`string
parent`Category
childrenCategory[]
defaultDocId`string
projectIdstring
createdAtDate
updatedAtDate
_count`{
documents: number;

}` |

Was this page helpful?

Download as PDF