mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 03:50:40 +00:00
2 lines
66 B
TypeScript
2 lines
66 B
TypeScript
export type BrowserParentOpts = { url?: string; json?: boolean };
|