QueryParams

QueryParams = Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined>

Query parameters type with support for arrays and nested objects