mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 20:09:47 +00:00
1 line
66 B
TypeScript
1 line
66 B
TypeScript
export type BrowserParentOpts = { url?: string; json?: boolean };
|