UNPKG

132 BTypeScriptView Raw
1export { MetadataBearer, ResponseMetadata } from "@smithy/types";
2/**
3 * @internal
4 */
5export interface Response {
6 body: any;
7}