From 6ecbaffd47189aab05a29164e8a9232ae133091e Mon Sep 17 00:00:00 2001 From: Casper Jensen Date: Tue, 22 Nov 2022 14:57:56 +0100 Subject: [PATCH] Fixed deprecations in index.ts Signed-off-by: Casper Jensen --- plugins/catalog-backend/src/ingestion/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/catalog-backend/src/ingestion/index.ts b/plugins/catalog-backend/src/ingestion/index.ts index 0b00809043..0fc71f6785 100644 --- a/plugins/catalog-backend/src/ingestion/index.ts +++ b/plugins/catalog-backend/src/ingestion/index.ts @@ -15,11 +15,6 @@ */ export type { - AnalyzeLocationEntityField, - AnalyzeLocationExistingEntity, - AnalyzeLocationGenerateEntity, - AnalyzeLocationRequest, - AnalyzeLocationResponse, LocationAnalyzer, ScmLocationAnalyzer, AnalyzeOptions,