@mbc-cqrs-serverless/core
Version:
CQRS and event base core
9 lines • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationTransports = void 0;
var NotificationTransports;
(function (NotificationTransports) {
NotificationTransports["APPSYNC_GRAPHQL"] = "appsync-graphql";
NotificationTransports["APPSYNC_EVENT"] = "appsync-event";
})(NotificationTransports || (exports.NotificationTransports = NotificationTransports = {}));
//# sourceMappingURL=notification-transport.enum.js.map