export type QueryParamsType = URLSearchParams | string | Record | Iterable<[string, string]> | readonly [string, string][];