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