From b7751677a22df7adbde40e1d80b843b706c8b82f Mon Sep 17 00:00:00 2001 From: Sergej Chak Date: Mon, 4 Nov 2024 14:22:41 +0100 Subject: [PATCH] Return back externalId, it will be cleaned up with the rest of fields --- src/integrationCategories/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integrationCategories/types.ts b/src/integrationCategories/types.ts index 2730cd32..32172e50 100644 --- a/src/integrationCategories/types.ts +++ b/src/integrationCategories/types.ts @@ -3,6 +3,7 @@ export type IntegrationCategory = { id: number; title: string; + externalId?: string; unique_id: string; iconUrl?: string; icon_url?: string;