UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

13 lines (12 loc) 531 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chatbot = void 0; const SlackChannelConfiguration_1 = __importDefault(require("./SlackChannelConfiguration")); var Chatbot; (function (Chatbot) { Chatbot.SlackChannelConfiguration = SlackChannelConfiguration_1.default; })(Chatbot = exports.Chatbot || (exports.Chatbot = {})); exports.default = Chatbot;