agent-claw: automated task changes
This commit is contained in:
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/lib/common/route.d.ts
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk-lib/aws-apigatewayv2/lib/common/route.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { IResource } from '../../../core';
|
||||
import type { IRouteRef } from '../apigatewayv2.generated';
|
||||
/**
|
||||
* Represents a route.
|
||||
*/
|
||||
export interface IRoute extends IResource, IRouteRef {
|
||||
/**
|
||||
* Id of the Route
|
||||
* @attribute
|
||||
*/
|
||||
readonly routeId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user