Skip to content

Commit 6a1f2e8

Browse files
committed
fix: Added type to import
1 parent bd59d2c commit 6a1f2e8

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, ClientOptions } from './AI21';
1+
export { AI21, type ClientOptions } from './AI21';
22
export { VERSION } from './version';
33
export {
44
type DocumentSchema,

0 commit comments

Comments
 (0)