Skip to content

Commit 0f7340f

Browse files
authored
Merge pull request #25 from AI21Labs/add_imports_to_index
fix: Export Imports
2 parents 8d72d0b + 6a1f2e8 commit 0f7340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { AI21 } from './AI21';
1+
export { AI21, type ClientOptions } from './AI21';
22
export { VERSION } from './version';
33
export {
44
type DocumentSchema,

0 commit comments

Comments
 (0)