isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
12
dist-require/lista-prefeituras.d.ts
vendored
Normal file
12
dist-require/lista-prefeituras.d.ts
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { type tipoResposta } from "p-respostas";
|
||||
import type { chaves_produto } from "./produtos/tipagem";
|
||||
export type tipoRetornoListarPrefeitrua = {
|
||||
nome: string;
|
||||
inquilino: string;
|
||||
base_url: string;
|
||||
produto: keyof typeof chaves_produto;
|
||||
};
|
||||
export declare const tx_listar_prefeituras: "listar_prefeituras";
|
||||
export declare const listarPrefeituras: ({ url_api_autenticacao, }: {
|
||||
url_api_autenticacao: string;
|
||||
}) => Promise<tipoResposta<tipoRetornoListarPrefeitrua[]>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue