melhorias em validar token
This commit is contained in:
parent
e0a492f7d2
commit
947ffdc815
6 changed files with 13 additions and 16 deletions
|
|
@ -39,7 +39,7 @@ declare const pAutenticacao: {
|
|||
post: {
|
||||
token: string;
|
||||
};
|
||||
}) => Promise<"valido" | "erro">;
|
||||
}) => Promise<p_respostas.tipoResposta<string>>;
|
||||
codigoContaSite: ({ base_url_autenticacao, post, }: {
|
||||
base_url_autenticacao: string;
|
||||
post: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue