Winston: Make timestamp of GenericTextTransportOptions optional (#16846)

This commit is contained in:
DABH
2017-06-02 09:00:11 -07:00
committed by Andy
parent 35a42944dc
commit a3024cec94
+1 -1
View File
@@ -400,7 +400,7 @@ declare namespace winston {
label?: string;
depth?: number;
timestamp: boolean | (() => string | boolean);
timestamp?: boolean | (() => string | boolean);
stringify?(obj: any): string;
}