TypeDoc API - v0.28.7
    Preparing search index...

    Interface TemplateLiteralType

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

    The type name identifier.