Skip to content

Commit 43b33c5

Browse files
fix(smithy-client): export type explicitly
fixes #2597
1 parent 63198f5 commit 43b33c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export * from "./ser-utils";
99
export * from "./date-utils";
1010
export * from "./split-every";
1111
export * from "./constants";
12-
export { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";
12+
export type { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";

0 commit comments

Comments
 (0)