TypeDoc API - v0.28.2

    Interface UnknownType

    interface UnknownType {
        name: string;
        type: "unknown";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    name: string

    A string representation of the type as returned from TypeScript compiler.

    type: "unknown"

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR