UNPKG

@bolttech/templating-sdk

Version:

JavaScript SDK for Bolttech Templating Service - Create, manage and render templates with ease

9 lines 211 B
export interface TemplatePlaceholders { [key: string]: any; } export interface RenderOptions { escapeHtml?: boolean; allowUnsafe?: boolean; strict?: boolean; } //# sourceMappingURL=types.d.ts.map