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.

9 lines (8 loc) 229 B
import { TemplateTypeEnum } from '../interfaces/template.types'; export declare class TemplateFilterDto { scope?: string; scopeId?: string; type?: TemplateTypeEnum; locale?: string; excludeNames?: string[]; }