Skip to content

Commit 86777d1

Browse files
committed
feat: Expose more Utility Types
1 parent 2fd4d8e commit 86777d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The BrowserUse TypeScript library provides convenient access to the BrowserUse A
4444
4545
> The full API of this library can be found in [api.md](api.md).
4646
47+
---
48+
4749
### Structured Output with Zod
4850
4951
```ts

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ export * as BrowserUse from "./api/index.js";
22
export { BrowserUseEnvironment } from "./environments.js";
33
export { BrowserUseError, BrowserUseTimeoutError } from "./errors/index.js";
44
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";
611
export { createWebhookSignature, verifyWebhookEventSignature } from "./wrapper/lib/webhooks.js";
712
export type { Webhook, WebhookAgentTaskStatusUpdatePayload, WebhookTestPayload } from "./wrapper/lib/webhooks.js";

0 commit comments

Comments
 (0)