UNPKG

cannoli-interfaces

Version:
12 lines (11 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPixKey = void 0; var EPixKey; (function (EPixKey) { EPixKey["CNPJ"] = "cnpj"; EPixKey["CPF"] = "cpf"; EPixKey["EMAIL"] = "email"; EPixKey["PHONE"] = "phone"; EPixKey["RANDOM"] = "random"; })(EPixKey || (exports.EPixKey = EPixKey = {}));