Skip to content

Commit

Permalink
chore(appconfig): middyjs#1009 lint d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
mju-spyrosoft committed Mar 17, 2023
1 parent 77ac83c commit 27ec63d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/appconfig/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
StartConfigurationSessionRequest
} from '@aws-sdk/client-appconfigdata'


export type Options<AwsAppConfigClient = AppConfigDataClient>
= Omit<MiddyOptions<AwsAppConfigClient, AppConfigDataClientConfig>, 'fetchData'>
& {
Expand Down
1 change: 0 additions & 1 deletion packages/appconfig/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const options = {
}
},
awsClientAssumeRole: 'some-role',
// TODO this does not match
awsClientCapture: captureAWSv3Client,
fetchData: {
config: {
Expand Down

0 comments on commit 27ec63d

Please sign in to comment.