File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ interface BaseProviderInterface {
74
74
getMultiple (
75
75
path : string ,
76
76
options ?: GetMultipleOptionsInterface
77
- ) : Promise < unknown | unknown > ;
77
+ ) : Promise < unknown > ;
78
78
clearCache ?( ) : void ;
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -26,8 +26,11 @@ import {
26
26
import { Effect , PolicyStatement } from 'aws-cdk-lib/aws-iam' ;
27
27
import type { SecretProps } from 'aws-cdk-lib/aws-secretsmanager' ;
28
28
import { 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' ;
31
34
import {
32
35
AwsCustomResource ,
33
36
AwsCustomResourcePolicy ,
You can’t perform that action at this time.
0 commit comments