Type Alias BaseIndexedKeys

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

Base type for inputs to the indexedKeys shape.

Type declaration