Interface TemplateLiteralType

interface TemplateLiteralType {
    head: string;
    tail: [JSONOutput.SomeType, string][];
    type: "templateLiteral";
}

Hierarchy (View Summary)

Properties

Properties

head: string
tail: [JSONOutput.SomeType, string][]
type: "templateLiteral"

The type name identifier.