isolamento de pacote

This commit is contained in:
Luiz Silva 2025-07-06 18:35:12 -03:00
commit f34b66cbe4
96 changed files with 2285 additions and 0 deletions

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

@ -0,0 +1,9 @@
import { produto_betha_meio_ambiente } from "./_betha-meio-ambiente";
import { produto_e_licencie } from "./_e-licencie";
import { produto_e_licencie_gov } from "./_e-licencie-gov";
import { produto_suporte } from "./_suporte";
import { chaves_produto, opcoesVinculos, opcoesVinculosGov, Produto, provedoresGov, versao_usuarios } from "./tipagem";
export declare const listaProdutos: {
[k in keyof typeof chaves_produto]: Produto<k>;
};
export { Produto, chaves_produto, opcoesVinculosGov, opcoesVinculos, provedoresGov, produto_betha_meio_ambiente, produto_e_licencie, produto_e_licencie_gov, produto_suporte, versao_usuarios, };