# SaveAsTemplateDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/template/dto/save-as-template.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/template/dto/save-as-template.dto.ts#L10)

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` |
