.
This commit is contained in:
parent
709a8d8f84
commit
9d1a3b2a6f
16 changed files with 50 additions and 16 deletions
6
dist-import/produtos/index.d.ts
vendored
Normal file
6
dist-import/produtos/index.d.ts
vendored
Normal 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"
|
||||
}
|
||||
7
dist-import/produtos/index.js
Normal file
7
dist-import/produtos/index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export 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 || (chave_produtos = {}));
|
||||
Loading…
Add table
Add a link
Reference in a new issue