diff --git a/src/index.ts b/src/index.ts index 06c35d5..b7d3d8c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ -export { StorageClient as StorageClient } from './StorageClient' +export { StorageClient } from './StorageClient' +export type { StorageClientOptions } from './StorageClient' export * from './lib/types' export * from './lib/errors'