typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
10 lines (9 loc) • 321 B
TypeScript
import CustomActionType_ from './CustomActionType';
import Pipeline_ from './Pipeline';
import Webhook_ from './Webhook';
export declare namespace CodePipeline {
const CustomActionType: typeof CustomActionType_;
const Pipeline: typeof Pipeline_;
const Webhook: typeof Webhook_;
}
export default CodePipeline;