Skip to content

Commit 81e397b

Browse files
authored
Fix SandboxConfig export to be a type export (#9)
1 parent 8a16a8e commit 81e397b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sdk.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ class SDK {
4141
}
4242
}
4343

44-
export { SDK, SandboxConfig };
44+
export { SDK };
45+
export type { SandboxConfig };
4546
export default SDK;

0 commit comments

Comments
 (0)