Type Alias HTTPQueryParams

HTTPQueryParams: Dict<
    | string
    | number
    | string[]
    | null>

Represents the type that can be used for the parameters of a request.