isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
9
dist-import/produtos/index.d.ts
vendored
Normal file
9
dist-import/produtos/index.d.ts
vendored
Normal 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, };
|
||||
Loading…
Add table
Add a link
Reference in a new issue