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:
Stephen Rodriguez
2016-03-03 11:04:35 -05:00
parent 24635d778d
commit 29d33801ce
+1
View File
@@ -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;