Skip to content

Commit 800e691

Browse files
troylatchmanmattberther
authored andcommitted
Correct transport name in Transports interface. (#254)
1 parent 6f60117 commit 800e691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type RequireOnlyOne<T, Keys extends keyof T = keyof T> =
1212
// merging into winston.transports
1313
declare module 'winston/lib/winston/transports' {
1414
interface Transports {
15-
DailyRotateFileTransport: typeof DailyRotateFile;
15+
DailyRotateFile: typeof DailyRotateFile;
1616
DailyRotateFileTransportOptions: DailyRotateFile.DailyRotateFileTransportOptions;
1717
}
1818
}

0 commit comments

Comments
 (0)