tipoUsuarioTokenAutneticacao

This commit is contained in:
Luiz Silva 2025-11-18 15:18:27 -03:00
parent 947ffdc815
commit 264d126a14
5 changed files with 6 additions and 5 deletions

View file

@ -39,7 +39,7 @@ declare const pAutenticacao: {
post: {
token: string;
};
}) => Promise<p_respostas.tipoResposta<string>>;
}) => Promise<p_respostas.tipoResposta<tipoUsuarioTokenAutneticacao>>;
codigoContaSite: ({ base_url_autenticacao, post, }: {
base_url_autenticacao: string;
post: {