// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

import { InteractionsSendOutput } from '../../types';

/**
 * Output type for LexV2 send API.
 */
export type SendOutput = InteractionsSendOutput;
