Kind: Class
Source: atloria-monorepo/apps/api/src/template/dto/save-as-template.dto.ts
DTO for saving an existing document as a new template. Allows users to convert their documents into reusable templates.
Properties
| Property | Type |
|---|---|
name | string |
description | string |
category | TemplateCategory |
isPrivate | boolean |
Was this page helpful?