qfetch
    Preparing search index...

    Type Alias QueryParamValue

    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"];