Skip to content

Commit e643735

Browse files
fix(smithy-client): export type explicitly (#2598)
fixes #2597
1 parent e7bcbbc commit e643735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/smithy-client/src/index.ts

+1-1
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)