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.

11 lines (10 loc) 237 B
export declare class RenderTemplateLayoutDto { locale?: string; name: string; scope: string; scopeId?: string; context?: Record<string, any>; } export declare class RenderTemplateLayoutOutput { content: string; }