melhorias em validar token

This commit is contained in:
Luiz Silva 2025-11-18 15:10:17 -03:00
parent e0a492f7d2
commit 947ffdc815
6 changed files with 13 additions and 16 deletions

View file

@ -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: {