UNPKG

@amaabca/aws-lex-custom-resources

Version:
10 lines (9 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BotType = void 0; var BotType; (function (BotType) { BotType["V1"] = "V1"; BotType["V2"] = "V2"; })(BotType || (BotType = {})); exports.BotType = BotType;