Skip to content

Commit 47101f3

Browse files
committed
refactor: add more descriptive template type name
1 parent 5904a28 commit 47101f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import globals from '../extensionGlobals'
77
import { AwsClient, AwsClientConstructor, AwsCommand } from '../awsClientBuilderV3'
88
import { pageableToCollection } from '../utilities/collectionUtils'
99

10-
export abstract class ClientWrapper<C extends AwsClient> implements vscode.Disposable {
11-
protected client?: C
10+
export abstract class ClientWrapper<Client extends AwsClient> implements vscode.Disposable {
11+
protected client?: Client
1212

1313
public constructor(
1414
public readonly regionCode: string,

0 commit comments

Comments
 (0)