import qs from 'qs' export function buildQueryString(params: Record) { return qs.stringify(params, { arrayFormat: 'repeat' }) }