Kind: Interface
Source: atloria-monorepo/packages/types/src/models/template.ts
DocumentTemplate represents a document template in the system
Properties
| Property | Type |
|---|---|
id | string |
name | string |
description | `string |
category | TemplateCategory |
content | string |
thumbnail | `string |
metadata | `Record<string, unknown> |
defaultType | DocumentType |
defaultAudiences | Audience[] |
isPublic | boolean |
organizationId | `string |
useCount | number |
createdAt | `Date |
updatedAt | `Date |
createdById | string |
createdBy | User |
Was this page helpful?