UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

10 lines (9 loc) 247 B
import App_ from './App'; import Branch_ from './Branch'; import Domain_ from './Domain'; export declare namespace Amplify { const App: typeof App_; const Branch: typeof Branch_; const Domain: typeof Domain_; } export default Amplify;