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 0d1ea45 commit a3cdeacCopy full SHA for a3cdeac
plugins/optimization-detective/types.ts
@@ -61,6 +61,7 @@ export interface Logger {
61
export type InitializeArgs = {
62
readonly isDebug: boolean;
63
readonly log: LogFunction;
64
+ readonly info: LogFunction;
65
readonly warn: LogFunction;
66
readonly error: LogFunction;
67
readonly onTTFB: OnTTFBFunction | OnTTFBWithAttributionFunction;
@@ -82,6 +83,7 @@ export type FinalizeArgs = {
82
83
) => void;
84
85
86
87
88
89
};
0 commit comments