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";