This commit is contained in:
Luiz Silva 2025-02-22 18:23:50 -03:00
parent e2bb1b7ca2
commit d412131b3a
5 changed files with 22 additions and 46 deletions

2
dist/logger.d.ts vendored
View file

@ -1,6 +1,8 @@
export declare const postLogger: ({ objeto, }: {
objeto: any;
}) => Promise<[objeto: any, erro?: string]>;
/** define a localização da pasta do projeto */
export declare const defineCwd: (novoCwd: string) => void;
type tipoLevel = "info" | "warn" | "error";
type tipoOpSessao = {
inquilino: string;