Update index.ts

This commit is contained in:
Daniel Hougaard
2024-11-20 18:14:52 +04:00
parent 8544fa3da9
commit 65ea9a0da6

View File

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