Interface TemplateOptions

interface TemplateOptions {
    codeTemplatesPath?: string;
    contentType?: string;
    extension?: string;
    mainTemplatePath?: string;
}

Properties

codeTemplatesPath?: string
contentType?: string
extension?: string
mainTemplatePath?: string