Skip to content

Commit eec4df9

Browse files
committed
chore: remove export
1 parent c03a05a commit eec4df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/McpContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface EmulationSettings {
7575
viewport?: Viewport | null;
7676
}
7777

78-
export interface McpContextOptions {
78+
interface McpContextOptions {
7979
// Whether the DevTools windows are exposed as pages for debugging of DevTools.
8080
experimentalDevToolsDebugging: boolean;
8181
// Whether all page-like targets are exposed as pages.

0 commit comments

Comments
 (0)