export type URLSearchParamsInit = string[][] | Record<string, string> | string | URLSearchParams;
