Skip to content

Commit 563c831

Browse files
authored
fix: export storageClientOptions type (#255)
1 parent 891375b commit 563c831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
export { StorageClient as StorageClient } from './StorageClient'
1+
export { StorageClient } from './StorageClient'
2+
export type { StorageClientOptions } from './StorageClient'
23
export * from './lib/types'
34
export * from './lib/errors'

0 commit comments

Comments
 (0)