object-shape-tester - v5.1.6
    Preparing search index...

    Type Alias BaseIndexedKeys

    Base type for inputs to the indexedKeys shape.

    type BaseIndexedKeys = {
        keys:
            | ShapeOr<AtLeastTuple<AllowedIndexKeysKeysSpecifiers, 1>>
            | AllowedIndexKeysKeysSpecifiers;
        required: boolean;
        values: unknown;
    }
    Index

    Properties

    Properties

    required: boolean
    values: unknown