UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

13 lines (10 loc) 315 B
import { send } from './apis/send.mjs'; import { onComplete } from './apis/onComplete.mjs'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const Interactions = { send, onComplete, }; export { Interactions }; //# sourceMappingURL=index.mjs.map