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

6
dist-require/produtos/index.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
export declare enum chave_produtos {
suporte = "suporte",
"betha-meio-ambiente" = "betha-meio-ambiente",
"e-licencie-gov" = "e-licencie-gov",
"e-licencie" = "e-licencie"
}

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 = {}));