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