@aws-amplify/interactions
Version:
Interactions category of aws-amplify
12 lines (10 loc) • 732 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.InteractionsValidationErrorCode = exports.assertValidationError = void 0;
var assertValidationError_1 = require("./assertValidationError");
Object.defineProperty(exports, "assertValidationError", { enumerable: true, get: function () { return assertValidationError_1.assertValidationError; } });
var validation_1 = require("./validation");
Object.defineProperty(exports, "InteractionsValidationErrorCode", { enumerable: true, get: function () { return validation_1.InteractionsValidationErrorCode; } });
//# sourceMappingURL=index.js.map
;