Skip to content

CreateTemplateDto

reference
1 min readUpdated

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

PropertyType
namestring
descriptionstring
categoryTemplateCategory
contentstring
thumbnailstring
metadataRecord<string, unknown>
defaultTypeDocumentType
defaultAudiencesstring[]
isPublicboolean
organizationIdstring

Was this page helpful?

Download as PDF