.
This commit is contained in:
parent
0da74b1ff2
commit
681141a8d8
13 changed files with 22 additions and 25 deletions
4
dist-import/autenticacao/index.d.ts
vendored
4
dist-import/autenticacao/index.d.ts
vendored
|
|
@ -20,10 +20,8 @@ export declare const pAutenticacao: {
|
|||
site: string;
|
||||
}) => Promise<import("p-respostas").tipoResposta<string>>;
|
||||
}) => Promise<import("p-respostas").tipoResposta<string>>;
|
||||
consultaUsuariosexterno: ({ token_produto, ambiente, codigo_produto, chave_produto, }: {
|
||||
consultaUsuariosexterno: ({ token_produto, ambiente, }: {
|
||||
ambiente: "desenvolvimento" | "producao";
|
||||
token_produto: string;
|
||||
codigo_produto: string;
|
||||
chave_produto: string;
|
||||
}) => Promise<import("p-respostas").tipoResposta<import("./_consultaUsuariosexterno").tipoUsuarioExterno[]>>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue