.
This commit is contained in:
parent
e2bb1b7ca2
commit
d412131b3a
5 changed files with 22 additions and 46 deletions
2
dist/logger.d.ts
vendored
2
dist/logger.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue