Files
openclaw/src/cli/browser-cli-shared.ts

6 lines
98 B
TypeScript
Raw Normal View History

2026-01-04 03:37:00 +00:00
export type BrowserParentOpts = {
url?: string;
json?: boolean;
browserProfile?: string;
2026-01-04 03:37:00 +00:00
};