rest-vir - v2.2.0
    Preparing search index...

    Type Alias AllowedSearchParamValue

    AllowedSearchParamValue:
        | AllowedSingleSearchParamValue
        | AllowedSingleSearchParamValue[]
        | ReadonlyArray<AllowedSingleSearchParamValue>

    Possible runtime forms for a single search param value. A param may be a single primitive, an array of primitives, or undefined. The actual form for a declared param is chosen by its SearchParamRequirement; this type is the broadest container.