diff --git a/winston/winston.d.ts b/winston/winston.d.ts index aa7b0c7cf..e691d4a08 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;