mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
fix(plugin-sdk): align browser tab cleanup type exports
This commit is contained in:
@@ -10,6 +10,7 @@ export {
|
||||
resolveProfile,
|
||||
type ResolvedBrowserConfig,
|
||||
type ResolvedBrowserProfile,
|
||||
type ResolvedBrowserTabCleanupConfig,
|
||||
} from "./browser-profiles.js";
|
||||
export { resolveBrowserControlAuth, type BrowserControlAuth } from "./browser-control-auth.js";
|
||||
export { parseBrowserHttpUrl, redactCdpUrl } from "./src/browser/config.js";
|
||||
|
||||
@@ -10,4 +10,5 @@ export {
|
||||
resolveProfile,
|
||||
type ResolvedBrowserConfig,
|
||||
type ResolvedBrowserProfile,
|
||||
type ResolvedBrowserTabCleanupConfig,
|
||||
} from "./src/browser/config.js";
|
||||
|
||||
Reference in New Issue
Block a user