isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
9
dist-require/autenticacao/_validarToken.d.ts
vendored
Normal file
9
dist-require/autenticacao/_validarToken.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
type tipoPostValidarTokem = {
|
||||
token: string;
|
||||
};
|
||||
/** faz a validação do token */
|
||||
export declare const validarToken: ({ url_api_autenticacao, post, }: {
|
||||
url_api_autenticacao: string;
|
||||
post: tipoPostValidarTokem;
|
||||
}) => Promise<"valido" | "erro">;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue