diff --git a/src/index.ts b/src/index.ts index 329b04d..3b73e4c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export { S5Client } from "./client.js"; +export type { CustomClientOptions } from "./utils/options.js";