This commit is contained in:
Luiz H. R. Silva 2024-06-06 18:51:38 -03:00
parent 709a8d8f84
commit 9d1a3b2a6f
16 changed files with 50 additions and 16 deletions

View file

@ -0,0 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.chave_produtos = void 0;
var chave_produtos;
(function (chave_produtos) {
chave_produtos["suporte"] = "suporte";
chave_produtos["betha-meio-ambiente"] = "betha-meio-ambiente";
chave_produtos["e-licencie-gov"] = "e-licencie-gov";
chave_produtos["e-licencie"] = "e-licencie";
})(chave_produtos = exports.chave_produtos || (exports.chave_produtos = {}));