mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Winston: Make timestamp of GenericTextTransportOptions optional (#16846)
This commit is contained in:
Vendored
+1
-1
@@ -400,7 +400,7 @@ declare namespace winston {
|
||||
label?: string;
|
||||
depth?: number;
|
||||
|
||||
timestamp: boolean | (() => string | boolean);
|
||||
timestamp?: boolean | (() => string | boolean);
|
||||
stringify?(obj: any): string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user