isolamento de pacote

This commit is contained in:
Luiz Silva 2025-07-06 18:35:12 -03:00
commit f34b66cbe4
96 changed files with 2285 additions and 0 deletions

10
dist-require/tokens/index.d.ts vendored Normal file
View 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;
};

View file

@ -0,0 +1,2 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });