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