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.