cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPayioCardKeyType = void 0;
var EPayioCardKeyType;
(function (EPayioCardKeyType) {
EPayioCardKeyType["CPF"] = "CPF";
EPayioCardKeyType["CNPJ"] = "CNPJ";
EPayioCardKeyType["PHONE"] = "PHONE";
EPayioCardKeyType["EMAIL"] = "EMAIL";
EPayioCardKeyType["RANDOM"] = "RANDOM";
})(EPayioCardKeyType || (exports.EPayioCardKeyType = EPayioCardKeyType = {}));