Skip to content

Commit 817a254

Browse files
fix: missing merge conflict resolution
1 parent f447559 commit 817a254

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • samples/client/petstore/typescript-axios/builds/with-node-imports

samples/client/petstore/typescript-axios/builds/with-node-imports/configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export interface ConfigurationParameters {
2828
username?: string | undefined;
2929
password?: string | undefined;
3030
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>) | undefined;
31+
awsv4?: AWSv4Configuration | undefined;
3132
basePath?: string | undefined;
3233
serverIndex?: number | undefined;
3334
baseOptions?: any | undefined;

0 commit comments

Comments
 (0)