Type Alias CustomTemplateBeta

CustomTemplate: TemplateMetadata & {
    template: string;
}

Type representing a custom template, extending TemplateMetadata.

Type declaration

  • Betatemplate: string

    The template content.