Files
openclaw/src/cli/browser-cli-shared.ts
Peter Steinberger 12ba32c724 feat(browser): add remote-capable profiles
Co-authored-by: James Groat <james@groat.com>
2026-01-04 03:33:07 +00:00

2 lines
84 B
TypeScript

export type BrowserParentOpts = { url?: string; json?: boolean; profile?: string };