This commit is contained in:
Luiz Silva 2025-02-21 15:18:56 -03:00
parent b5f932ab33
commit 92ffd22f79
6 changed files with 7 additions and 7 deletions

2
dist/logger.d.ts vendored
View file

@ -3,7 +3,7 @@ interface LogOptions {
conta?: string;
usuario?: string;
detalhes?: unknown[];
eProdicao: boolean;
eProducao: boolean;
}
export declare const logger: {
/** 🟢 Informação geral */