mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
add missing property for ReduxLoggerOptions (#24991)
* add missing property for ReduxLoggerOptions add titleFormatter property type definition for ReduxLoggerOptions * fix ci error fix no-trailing-whitespace error
This commit is contained in:
Vendored
+1
@@ -50,6 +50,7 @@ export interface ReduxLoggerOptions {
|
||||
duration?: boolean;
|
||||
timestamp?: boolean;
|
||||
colors?: ColorsObject | false;
|
||||
titleFormatter?(formattedAction: any, formattedTime: string, took: number): string;
|
||||
logger?: any;
|
||||
logErrors?: boolean;
|
||||
collapsed?: boolean | LoggerPredicate;
|
||||
|
||||
Reference in New Issue
Block a user