UNPKG

@ackplus/nest-dynamic-templates

Version:

Dynamic template management for NestJS applications

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; }