UNPKG

@amaabca/aws-lex-custom-resources

Version:
7 lines (6 loc) 200 B
import { LexSlotTypeAttributes } from '../lex-data-types'; export default class LexSlotType { props: LexSlotTypeAttributes; constructor(props: LexSlotTypeAttributes); definition(): any; }