agent-claw: automated task changes
This commit is contained in:
7
cdk/node_modules/aws-cdk-lib/aws-events/lib/private/ref-utils.d.ts
generated
vendored
Normal file
7
cdk/node_modules/aws-cdk-lib/aws-events/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { IConnection } from '../connection';
|
||||
import type { IConnectionRef } from '../events.generated';
|
||||
/**
|
||||
* Convert an IConnectionRef to IConnection, validating that it implements the full interface
|
||||
* @internal
|
||||
*/
|
||||
export declare function toIConnection(connection: IConnectionRef): IConnection;
|
||||
Reference in New Issue
Block a user