From 7286398eeac03fdec040c63310759c02c834f6a7 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 16 Sep 2025 18:21:13 +0400 Subject: [PATCH] Update index.ts --- src/api/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types/index.ts b/src/api/types/index.ts index c8ddc8e..7a03cd9 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -6,6 +6,7 @@ export * from "./dynamic-secrets"; export * from "./environments"; export * from "./projects"; export * from "./folders"; +export * from "./kms"; export interface ApiResponse { statusCode: number;