TypeDoc API - v0.28.2

    Interface TemplateLiteralType

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

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

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR