isolamento de pacote
This commit is contained in:
commit
f34b66cbe4
96 changed files with 2285 additions and 0 deletions
10
dist-import/tokens/index.d.ts
vendored
Normal file
10
dist-import/tokens/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import type { provedoresGov } from "../produtos";
|
||||
export type tipoUsuarioTokenAutneticacao = {
|
||||
usuario_codigo: string;
|
||||
usuario_nome: string;
|
||||
usuario_email: string;
|
||||
usuario_cpf: string;
|
||||
autenticacao_codigo: string;
|
||||
eSuporte: boolean;
|
||||
autenticacao_provedor: keyof typeof provedoresGov;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue