fix: more readable return types

This commit is contained in:
Daniel Hougaard
2024-11-20 18:12:33 +04:00
parent 07f230db06
commit 8544fa3da9
4 changed files with 83 additions and 24 deletions

View File

@@ -74,3 +74,5 @@ class InfisicalSDK {
export { InfisicalSDK, ApiClient };
export * from "./custom/schemas";
export type * from "./custom/secrets";
export type * from "./custom/dynamic-secrets";