Kind: Class
Source: atloria-monorepo/apps/api/src/template/dto/create-template.dto.ts
DTO for creating a new document template. Used by administrators and maintainers to add templates to the system.
Properties
| Property | Type |
|---|---|
name | string |
description | string |
category | TemplateCategory |
content | string |
thumbnail | string |
metadata | Record<string, unknown> |
defaultType | DocumentType |
defaultAudiences | string[] |
isPublic | boolean |
organizationId | string |
Was this page helpful?