We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60117 commit 800e691Copy full SHA for 800e691
index.d.ts
@@ -12,7 +12,7 @@ type RequireOnlyOne<T, Keys extends keyof T = keyof T> =
12
// merging into winston.transports
13
declare module 'winston/lib/winston/transports' {
14
interface Transports {
15
- DailyRotateFileTransport: typeof DailyRotateFile;
+ DailyRotateFile: typeof DailyRotateFile;
16
DailyRotateFileTransportOptions: DailyRotateFile.DailyRotateFileTransportOptions;
17
}
18
0 commit comments