Skip to content

Commit

Permalink
fix: re-generate types based on specifciation updates (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
browser-automation-bot authored Jan 20, 2025
1 parent f1d2812 commit 00199dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions out/gen/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,7 @@ export declare namespace Script {
BrowsingContext.BrowsingContext,
...BrowsingContext.BrowsingContext[],
];
userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
sandbox?: string;
};
}
Expand Down
1 change: 1 addition & 0 deletions src/gen/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,7 @@ export namespace Script {
BrowsingContext.BrowsingContext,
...BrowsingContext.BrowsingContext[],
];
userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
sandbox?: string;
};
}
Expand Down

0 comments on commit 00199dc

Please sign in to comment.