TypeDoc API - v0.28.2

    Interface NamedTupleMemberType

    interface NamedTupleMemberType {
        element:
            | JSONOutput.ReferenceType
            | JSONOutput.ArrayType
            | JSONOutput.ConditionalType
            | JSONOutput.IndexedAccessType
            | JSONOutput.InferredType
            | JSONOutput.IntersectionType
            | JSONOutput.IntrinsicType
            | JSONOutput.LiteralType
            | JSONOutput.MappedType
            | JSONOutput.OptionalType
            | JSONOutput.PredicateType
            | JSONOutput.QueryType
            | JSONOutput.ReflectionType
            | JSONOutput.RestType
            | JSONOutput.TemplateLiteralType
            | JSONOutput.TupleType
            | NamedTupleMemberType
            | JSONOutput.TypeOperatorType
            | JSONOutput.UnionType
            | JSONOutput.UnknownType;
        isOptional: boolean;
        name: string;
        type: "namedTupleMember";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    isOptional: boolean
    name: string
    type: "namedTupleMember"

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR