Skip to content

Commit

Permalink
Export SandboxConfig type to typescript consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
zapo committed Sep 28, 2020
1 parent 3a5883b commit 8a16a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ class SDK {
}
}

export { SDK };
export { SDK, SandboxConfig };
export default SDK;

0 comments on commit 8a16a8e

Please sign in to comment.