agent-claw: automated task changes
This commit is contained in:
12
cdk/node_modules/aws-cdk-lib/aws-cloudformation/lib/custom-resource.d.ts
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk-lib/aws-cloudformation/lib/custom-resource.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import type * as lambda from '../../aws-lambda';
|
||||
import type * as sns from '../../aws-sns';
|
||||
import * as core from '../../core';
|
||||
/**
|
||||
* Collection of arbitrary properties
|
||||
*
|
||||
* @deprecated this type has been deprecated in favor of using a key-value type directly
|
||||
*/
|
||||
export type Properties = {
|
||||
[key: string]: any;
|
||||
};
|
||||
Reference in New Issue
Block a user