UNPKG

@amaabca/aws-lex-custom-resources

Version:
12 lines (11 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class LexSlotType { constructor(props) { this.props = props; } definition() { return this.props; } } exports.default = LexSlotType;