Skip to content

Commit 56e63ea

Browse files
this-selfmattberther
authored andcommitted
added utc option into typescript interface file (#240)
1 parent 8f64745 commit 56e63ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ declare module "winston-daily-rotate-file" {
5555
* A string representing the frequency of rotation. (default: 'custom')
5656
*/
5757
frequency?: string
58+
59+
/**
60+
* A boolean whether or not to generate file name from "datePattern" in UTC format. (default: false)
61+
*/
62+
utc?: boolean;
5863
}
5964
}
6065

0 commit comments

Comments
 (0)