mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
update winston.d.ts to include color logging levels
See more details >> https://github.com/winstonjs/winston#using-custom-logging-levels
This commit is contained in:
Vendored
+1
@@ -185,6 +185,7 @@ declare module "winston" {
|
||||
export interface ConsoleTransportOptions extends TransportOptions {
|
||||
json?: boolean;
|
||||
colorize?: boolean;
|
||||
colors?: any;
|
||||
prettyPrint?: boolean;
|
||||
timestamp?: (Function|boolean);
|
||||
showLevel?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user