From 29d33801ce6e6e784924d4811ff29fd5e5b41c5e Mon Sep 17 00:00:00 2001 From: Stephen Rodriguez Date: Thu, 3 Mar 2016 11:04:35 -0500 Subject: [PATCH] update winston.d.ts to include color logging levels See more details >> https://github.com/winstonjs/winston#using-custom-logging-levels --- winston/winston.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/winston/winston.d.ts b/winston/winston.d.ts index aa7b0c7cf7..e691d4a08a 100644 --- a/winston/winston.d.ts +++ b/winston/winston.d.ts @@ -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;