pix-toolchain
Version:
Ferramentas para facilitar a utilização do Pix com Typescript/Javascript
12 lines (11 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyType = void 0;
var KeyType;
(function (KeyType) {
KeyType["cpf"] = "cpf";
KeyType["cnpj"] = "cnpj";
KeyType["evp"] = "evp";
KeyType["email"] = "email";
KeyType["phone"] = "phone";
})(KeyType = exports.KeyType || (exports.KeyType = {}));