Interface TemplateString

interface TemplateString {
    templateString: string;
}

Properties

Properties

templateString: string