UNPKG

@amaabca/aws-lex-custom-resources

Version:
15 lines (14 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class default_1 { constructor(props) { this.props = props; } definition() { const { slotTypeName, ...rest } = this.props; const configuration = { ...rest }; configuration['CR.slotTypeName'] = slotTypeName; return configuration; } } exports.default = default_1;