File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ interface BaseProviderInterface {
7474 getMultiple (
7575 path : string ,
7676 options ?: GetMultipleOptionsInterface
77- ) : Promise < unknown | unknown > ;
77+ ) : Promise < unknown > ;
7878 clearCache ?( ) : void ;
7979}
8080
Original file line number Diff line number Diff line change @@ -26,8 +26,11 @@ import {
2626import { Effect , PolicyStatement } from 'aws-cdk-lib/aws-iam' ;
2727import type { SecretProps } from 'aws-cdk-lib/aws-secretsmanager' ;
2828import { Secret } from 'aws-cdk-lib/aws-secretsmanager' ;
29- import type { StringParameterProps } from 'aws-cdk-lib/aws-ssm' ;
30- import { type IStringParameter , StringParameter } from 'aws-cdk-lib/aws-ssm' ;
29+ import {
30+ type IStringParameter ,
31+ StringParameter ,
32+ type StringParameterProps ,
33+ } from 'aws-cdk-lib/aws-ssm' ;
3134import {
3235 AwsCustomResource ,
3336 AwsCustomResourcePolicy ,
You can’t perform that action at this time.
0 commit comments