Kind: Interface
Source: atloria-monorepo/packages/types/src/models/template.ts
DTO for creating a new template
Properties
| Property | Type |
|---|---|
name | string |
description | string |
category | TemplateCategory |
content | string |
thumbnail | string |
metadata | Record<string, unknown> |
defaultType | DocumentType |
defaultAudiences | Audience[] |
isPublic | boolean |
organizationId | string |
Was this page helpful?