File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ The BrowserUse TypeScript library provides convenient access to the BrowserUse A
44
44
45
45
> The full API of this library can be found in [api.md](api.md).
46
46
47
+ ---
48
+
47
49
# ## Structured Output with Zod
48
50
49
51
` ` ` ts
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ export * as BrowserUse from "./api/index.js";
2
2
export { BrowserUseEnvironment } from "./environments.js" ;
3
3
export { BrowserUseError , BrowserUseTimeoutError } from "./errors/index.js" ;
4
4
export { BrowserUseClient } from "./wrapper/BrowserUseClient.js" ;
5
- export type { WrappedTaskFnsWithoutSchema , WrappedTaskFnsWithSchema } from "./wrapper/lib/parse.js" ;
5
+ export type {
6
+ WrappedTaskFnsWithoutSchema ,
7
+ WrappedTaskFnsWithSchema ,
8
+ PollConfig ,
9
+ TaskViewWithSchema ,
10
+ } from "./wrapper/lib/parse.js" ;
6
11
export { createWebhookSignature , verifyWebhookEventSignature } from "./wrapper/lib/webhooks.js" ;
7
12
export type { Webhook , WebhookAgentTaskStatusUpdatePayload , WebhookTestPayload } from "./wrapper/lib/webhooks.js" ;
You can’t perform that action at this time.
0 commit comments