UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

8 lines (7 loc) 237 B
import Contact_ from './Contact'; import ContactChannel_ from './ContactChannel'; export declare namespace SSMContacts { const Contact: typeof Contact_; const ContactChannel: typeof ContactChannel_; } export default SSMContacts;