Skip to content

Commit ba4f6d4

Browse files
kkkismektsn
authored andcommitted
Update logger.d.ts (#1380)
1 parent 78ff983 commit ba4f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/logger.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export interface LoggerOption<S> {
1212
mutationTransformer?: <P extends Payload>(mutation: P) => any;
1313
}
1414

15-
export default function createLogger<S>(option: LoggerOption<S>): Plugin<S>;
15+
export default function createLogger<S>(option?: LoggerOption<S>): Plugin<S>;

0 commit comments

Comments
 (0)