We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bcbbc commit e643735Copy full SHA for e643735
packages/smithy-client/src/index.ts
@@ -9,4 +9,4 @@ export * from "./ser-utils";
9
export * from "./date-utils";
10
export * from "./split-every";
11
export * from "./constants";
12
-export { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";
+export type { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";
0 commit comments