Type Alias TemplateObject

TemplateObject: {
    template: string;
}

A template object. Acts as a wrapper for a template string.