agent-claw: automated task changes
This commit is contained in:
7
cdk/node_modules/aws-cdk-lib/assertions/lib/private/parameters.d.ts
generated
vendored
Normal file
7
cdk/node_modules/aws-cdk-lib/assertions/lib/private/parameters.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Template } from './template';
|
||||
export declare function findParameters(template: Template, logicalId: string, props?: any): {
|
||||
[key: string]: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
export declare function hasParameter(template: Template, logicalId: string, props: any): string | void;
|
||||
Reference in New Issue
Block a user