UNPKG

enterprise-master-data

Version:

Master email touchpoints constants and templates for SimplifyHire enterprise platform

8 lines 800 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMMUNICATION_PREFERENCES = exports.MASTER_EMAIL_LAYOUT = exports.EMAIL_TEMPLATES = void 0; var master_email_touchpoints_constant_1 = require("./master-email-touchpoints-constant"); Object.defineProperty(exports, "EMAIL_TEMPLATES", { enumerable: true, get: function () { return master_email_touchpoints_constant_1.EMAIL_TEMPLATES; } }); Object.defineProperty(exports, "MASTER_EMAIL_LAYOUT", { enumerable: true, get: function () { return master_email_touchpoints_constant_1.MASTER_EMAIL_LAYOUT; } }); Object.defineProperty(exports, "COMMUNICATION_PREFERENCES", { enumerable: true, get: function () { return master_email_touchpoints_constant_1.COMMUNICATION_PREFERENCES; } }); //# sourceMappingURL=index.js.map