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

6 lines
91 B
TypeScript
Raw Normal View History

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