Skip to content

Commit 8a16a8e

Browse files
committed
Export SandboxConfig type to typescript consumers
1 parent 3a5883b commit 8a16a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk.ts

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

44-
export { SDK };
44+
export { SDK, SandboxConfig };
4545
export default SDK;

0 commit comments

Comments
 (0)