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

    Type Alias AllowedIndexKeysKeysSpecifiers

    AllowedIndexKeysKeysSpecifiers:
        | ShapeEnum<Readonly<[Record<string, number | string>]>>
        | ShapeExact<Readonly<AtLeastTuple<PropertyKey, 1>>>
        | ShapeUnknown<[unknown]>
        | PropertyKey
        | CustomSpecifier<any>

    Allowed types for keys in the base input for the indexedKeys shape.