melhorias
This commit is contained in:
parent
67f215ef82
commit
38849c8a1d
5 changed files with 10 additions and 6 deletions
3
dist/logger.d.ts
vendored
3
dist/logger.d.ts
vendored
|
|
@ -12,6 +12,9 @@ type tipoLog = {
|
|||
detalhes?: unknown[];
|
||||
__filename?: string;
|
||||
local?: string;
|
||||
parametros?: {
|
||||
[k: string]: string;
|
||||
};
|
||||
};
|
||||
export declare const logger: ({ app: app_e, eProducao }: {
|
||||
app: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue