Interface TemplateLiteralType

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

Hierarchy (view full)

Properties

Properties

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

The type name identifier.