All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
13 lines
321 B
JavaScript
13 lines
321 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.HandlerRole = void 0;
|
|
var HandlerRole;
|
|
exports.HandlerRole = HandlerRole;
|
|
|
|
(function (HandlerRole) {
|
|
HandlerRole["SOURCE"] = "SOURCE";
|
|
HandlerRole["TARGET"] = "TARGET";
|
|
})(HandlerRole || (exports.HandlerRole = HandlerRole = {})); |