Skip to content

Commit 54b2aeb

Browse files
committed
fix: type of query params
1 parent dcd7a05 commit 54b2aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ export type SandboxUrlSourceData = {
780780
git?: GitInfo | null;
781781
isV2?: boolean;
782782
isSse?: boolean;
783-
query?: Record<string, string>;
783+
query?: Record<string, string> | URLSearchParams;
784784
};
785785

786786
export type DevToolsTabPosition = {

0 commit comments

Comments
 (0)