mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 13:11:53 +02:00
2 lines
66 B
TypeScript
2 lines
66 B
TypeScript
export type BrowserParentOpts = { url?: string; json?: boolean };
|