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 cb3198d commit e538a95Copy full SHA for e538a95
types/logger.d.ts
@@ -1,7 +1,7 @@
1
import { Payload, Plugin } from "./index";
2
3
interface Logger extends Partial<Pick<Console, 'groupCollapsed' | 'group' | 'groupEnd'>> {
4
- log(message: string, colour: string, action: any): void;
+ log(message: string, color: string, payload: any): void;
5
log(message: string): void;
6
}
7
0 commit comments