12 lines
No EOL
481 B
TypeScript
12 lines
No EOL
481 B
TypeScript
import { type tipoResposta } from "p-respostas";
|
|
type tipoPostCodigoContaSite = {
|
|
site: string;
|
|
};
|
|
export declare const codigoContaSite: ({ ambiente, post, buscar, }: {
|
|
ambiente: "desenvolvimento" | "producao";
|
|
post: tipoPostCodigoContaSite;
|
|
/** função que conecta com a API */
|
|
buscar: (url: string, post: tipoPostCodigoContaSite) => Promise<tipoResposta<string>>;
|
|
}) => Promise<tipoResposta<string>>;
|
|
export {};
|
|
//# sourceMappingURL=_codigoContaSite.d.ts.map
|