interface TemplatePath {
    templateFile: string;
    templatePath?: string;
}

Properties

templateFile: string
templatePath?: string