Skip to content

Commit efea2a2

Browse files
committed
refactor: improving typing constraints
1 parent 5904a28 commit efea2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/clients/clientWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export abstract class ClientWrapper<C extends AwsClient> implements vscode.Dispo
1212

1313
public constructor(
1414
public readonly regionCode: string,
15-
private readonly clientType: AwsClientConstructor<any>
15+
private readonly clientType: AwsClientConstructor<C>
1616
) {}
1717

1818
protected async getClient() {

0 commit comments

Comments
 (0)