export const parseSearchParams = (searchParams: Record) => { return JSON.parse(JSON.stringify(searchParams)); };