Skip to content

Commit f6e0793

Browse files
klmhyeonwooCopilot
andauthored
Update package/searchQueryUtil/getAllQuery/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 89acdb8 commit f6e0793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • package/searchQueryUtil/getAllQuery

package/searchQueryUtil/getAllQuery/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default function getAllQuery(): object {
1+
export default function getAllQuery(): Record<string, string | string[]> {
22
if (window && typeof window.URLSearchParams === "undefined") {
33
throw new Error("URLSearchParams is not supported in this environment.");
44
}

0 commit comments

Comments
 (0)