Skip to content

Commit 3a37405

Browse files
committed
loosen type to fix error
1 parent 32a7230 commit 3a37405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/awsClientBuilderV3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface AwsClient {
3737
middlewareStack: {
3838
add: MiddlewareStack<any, MetadataBearer>['add']
3939
}
40-
send: (command: any, options: any) => Promise<any>
40+
send: (command: any, options?: any) => Promise<any>
4141
destroy: () => void
4242
}
4343

0 commit comments

Comments
 (0)