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.

8 lines (7 loc) 160 B
export declare class TemplateLayoutFilterDto { scope?: string; scopeId?: string; type?: string; locale?: string; excludeNames?: string[]; }