Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed May 7, 2024
1 parent 78c31f8 commit 2997a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { HttpHandlerOptions, RequestHandler } from '@aws-sdk/types';
import type { NodeHttpHandlerOptions } from '@smithy/node-http-handler';
import type { HttpHandler } from '@smithy/protocol-http';
import type { HttpsProxyAgentOptions } from 'hpagent';

type ConfigWithRequestHandler = {
config: {
requestHandler: HttpHandler;
requestHandler: RequestHandler<any, any, HttpHandlerOptions>;
};
};

Expand Down

0 comments on commit 2997a1a

Please sign in to comment.