Remove unnecessary intersection type from DailyRotateFileTransportOptions type definition. Since OptionsWithFilename and OptionsWithStream already both extend GeneralDailyRotateFileTransportOptions, they both contain all the member of GeneralDailyRotateFileTransportOptions, and there is no need to intersect them.
Remove unnecessary intersection type from
DailyRotateFileTransportOptions
type definition. SinceOptionsWithFilename
andOptionsWithStream
already both extendGeneralDailyRotateFileTransportOptions
, they both contain all the member ofGeneralDailyRotateFileTransportOptions
, and there is no need to intersect them.