From 82384908685c7300e989330713854f896eb7465e Mon Sep 17 00:00:00 2001 From: Jonas Beck Date: Wed, 4 Jun 2025 12:40:29 +0200 Subject: [PATCH] chore(events): add HumanDuration import to config.d.ts Signed-off-by: Jonas Beck --- plugins/events-backend-module-kafka/config.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/events-backend-module-kafka/config.d.ts b/plugins/events-backend-module-kafka/config.d.ts index c3400d43cd..49c417098c 100644 --- a/plugins/events-backend-module-kafka/config.d.ts +++ b/plugins/events-backend-module-kafka/config.d.ts @@ -13,6 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +import { HumanDuration } from '@backstage/types'; + export interface Config { events?: { modules?: {