scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
10 lines (9 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPagBankPhoneType = void 0;
var EPagBankPhoneType;
(function (EPagBankPhoneType) {
EPagBankPhoneType["MOBILE"] = "MOBILE";
EPagBankPhoneType["BUSINESS"] = "BUSINESS";
EPagBankPhoneType["HOME"] = "HOME";
})(EPagBankPhoneType || (exports.EPagBankPhoneType = EPagBankPhoneType = {}));