Skip to content

Commit 448b5ef

Browse files
authored
Export browser provider typing (#14)
1 parent e95f90d commit 448b5ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
} from "./agent/types";
2323

2424
// Config Types
25-
import { BrowserAgentConfig } from "./config";
25+
import { BrowserAgentConfig, BrowserProviders } from "./config";
2626

2727
// Browser Provider Types
2828
import BrowserProvider from "./browser-providers/types";
@@ -49,6 +49,7 @@ export {
4949

5050
// Config Types
5151
BrowserAgentConfig,
52+
BrowserProviders,
5253

5354
// Browser Provider Types
5455
BrowserProvider,

0 commit comments

Comments
 (0)