UNPKG

@ackplus/nest-dynamic-templates

Version:

A powerful and flexible dynamic template rendering library for NestJS applications with support for Nunjucks, Handlebars, EJS, Pug, MJML, Markdown, and more.

12 lines (11 loc) 257 B
export declare class RenderTemplateDto { name: string; scope?: string; scopeId?: string; locale?: string; context?: Record<string, any>; } export declare class RenderTemplateOutputDTO { content: string; subject: string | null; }