agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk-lib/assertions/lib/private/messages.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk-lib/assertions/lib/private/messages.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Messages } from './message';
|
||||
export declare function findMessage(messages: Messages, constructPath: string, props?: any): {
|
||||
[key: string]: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
export declare function hasMessage(messages: Messages, constructPath: string, props: any): string | void;
|
||||
export declare function hasNoMessage(messages: Messages, constructPath: string, props: any): string | void;
|
||||
Reference in New Issue
Block a user