"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmailJSResponseStatus = void 0; class EmailJSResponseStatus { constructor(_status = 0, _text = 'Network Error') { this.status = _status; this.text = _text; } } exports.EmailJSResponseStatus = EmailJSResponseStatus;