UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 237 B
import Activity_ from './Activity'; import StateMachine_ from './StateMachine'; export declare namespace StepFunctions { const Activity: typeof Activity_; const StateMachine: typeof StateMachine_; } export default StepFunctions;