UNPKG

146 BTypeScriptView Raw
1import { InteractionsSendOutput } from '../../types';
2/**
3 * Output type for LexV2 send API.
4 */
5export type SendOutput = InteractionsSendOutput;