UNPKG

wechat-work

Version:
29 lines 952 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ExternalContactDetail = /** @class */ (function () { function ExternalContactDetail() { } Object.defineProperty(ExternalContactDetail.prototype, "externalUserInfo", { get: function () { return this.external_contact; }, set: function (contact) { this.external_contact = contact; }, enumerable: true, configurable: true }); Object.defineProperty(ExternalContactDetail.prototype, "usersFollowThisExternalUser", { get: function () { return this.follow_user; }, set: function (users) { this.follow_user = users; }, enumerable: true, configurable: true }); return ExternalContactDetail; }()); exports.ExternalContactDetail = ExternalContactDetail; //# sourceMappingURL=external-contact-detail.class.js.map