UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 379 B
"use strict"; 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 = {}));