refactor(browser): simplify control API

This commit is contained in:
Peter Steinberger
2025-12-20 03:27:12 +00:00
parent 06806a1ea1
commit 235f3ce0ba
23 changed files with 776 additions and 2214 deletions

View File

@@ -11,5 +11,4 @@ export type BrowserActionPathResult = {
path: string;
targetId: string;
url?: string;
filename?: string;
};