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 ebedfe0 commit 0379987Copy full SHA for 0379987
DevToolsPlugin.ts
@@ -1,4 +1,4 @@
1
-import { Step, UserFlow } from "@puppeteer/replay"
+import type { Step, UserFlow } from "@puppeteer/replay"
2
3
export class RecorderPlugin {
4
async stringify(recording: UserFlow) {
types.d.ts
declare global {
/** Use the chrome.devtools.recorder API to customize the Recorder panel in DevTools. */
0 commit comments