qfetch
    Preparing search index...
    QueryParamValue: string | string[]

    A query parameter value - either a single string or an array of strings.

    const single: QueryParamValue = "foo";
    const multiple: QueryParamValue = ["foo", "bar"];