From c34a6ef0941d840148e7af3ba72a74b8479050e2 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 18 Mar 2024 09:18:59 -0400 Subject: [PATCH] fix: export CustomClientOptions --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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";