Update index.ts

This commit is contained in:
Daniel Hougaard
2025-09-16 18:21:13 +04:00
parent 13c99207f9
commit 7286398eea

View File

@@ -6,6 +6,7 @@ export * from "./dynamic-secrets";
export * from "./environments";
export * from "./projects";
export * from "./folders";
export * from "./kms";
export interface ApiResponse<T> {
statusCode: number;