TsTemplateLiteralType Type
Represents a template literal type with string segments and interpolated types. Reflects: `TemplateLiteralType` at the checker layer (TypeFlags.TemplateLiteral). Example (TS): `` `on${string}` `` where texts = ["on", ""] and types = [string]