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

2 lines
84 B
TypeScript
Raw Normal View History

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