mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 07:17:40 +00:00
feat(browser): expand browser control surface
This commit is contained in:
@@ -12,3 +12,5 @@ export type BrowserActionPathResult = {
|
||||
targetId: string;
|
||||
url?: string;
|
||||
};
|
||||
|
||||
export type BrowserActionTargetOk = { ok: true; targetId: string };
|
||||
|
||||
Reference in New Issue
Block a user