We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a16a8e commit 81e397bCopy full SHA for 81e397b
lib/sdk.ts
@@ -41,5 +41,6 @@ class SDK {
41
}
42
43
44
-export { SDK, SandboxConfig };
+export { SDK };
45
+export type { SandboxConfig };
46
export default SDK;
0 commit comments