Skip to content

Commit

Permalink
Return back externalId, it will be cleaned up with the rest of fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejchak committed Nov 4, 2024
1 parent 68ca35b commit b775167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integrationCategories/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export type IntegrationCategory = {
id: number;
title: string;
externalId?: string;
unique_id: string;
iconUrl?: string;
icon_url?: string;
Expand Down

0 comments on commit b775167

Please sign in to comment.