diff --git a/index.d.ts b/index.d.ts index 79ac60d..4e3788c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -55,6 +55,11 @@ declare module "winston-daily-rotate-file" { * A string representing the frequency of rotation. (default: 'custom') */ frequency?: string + + /** + * A boolean whether or not to generate file name from "datePattern" in UTC format. (default: false) + */ + utc?: boolean; } }