UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

13 lines (12 loc) 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Domain = void 0; class Domain { constructor(name, returnPathSubdomain, customTrackingSubdomain, inboundRoutingSubdomain) { this.name = name; this.return_path_subdomain = returnPathSubdomain; this.custom_tracking_subdomain = customTrackingSubdomain; this.inbound_routing_subdomain = inboundRoutingSubdomain; } } exports.Domain = Domain;