From 65ea9a0da6add23fe79c3e6311a1cb63226cb713 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 20 Nov 2024 18:14:52 +0400 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1246369..94ee7a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,6 +73,6 @@ class InfisicalSDK { } export { InfisicalSDK, ApiClient }; -export * from "./custom/schemas"; +export { TDynamicSecretProvider, DynamicSecretProviders } from "./custom/schemas"; export type * from "./custom/secrets"; export type * from "./custom/dynamic-secrets";