melhorias em log

This commit is contained in:
Luiz Silva 2025-02-22 14:24:26 -03:00
parent e1d94a75bd
commit 505f64f70b
5 changed files with 39 additions and 21 deletions

3
dist/logger.d.ts vendored
View file

@ -1,3 +1,6 @@
export declare const postLogger: ({ objeto, }: {
objeto: any;
}) => Promise<[objeto: any, erro?: string]>;
type tipoLevel = "info" | "warn" | "error";
type tipoOpSessao = {
inquilino: string;