TypeDoc API - v0.28.2

    Interface TypeOperatorType

    interface TypeOperatorType {
        operator: "readonly" | "keyof" | "unique";
        target:
            | 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;
        type: "typeOperator";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    operator: "readonly" | "keyof" | "unique"
    type: "typeOperator"

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR