diff --git a/openmetadata-ui/src/main/resources/ui/src/components/searched-data/SearchedData.interface.ts b/openmetadata-ui/src/main/resources/ui/src/components/searched-data/SearchedData.interface.ts index 25110349235..c4f8d9d8a94 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/searched-data/SearchedData.interface.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/searched-data/SearchedData.interface.ts @@ -16,16 +16,19 @@ import { ReactNode } from 'react'; import { EntityReference } from '../../generated/entity/type'; import { TagLabel } from '../../generated/type/tagLabel'; import { + ContainerSearchSource, DashboardSearchSource, ExploreSearchSource, GlossarySearchSource, MlmodelSearchSource, + PipelineSearchSource, QuerySearchSource, SearchHitBody, TableSearchSource, TagClassSearchSource, TeamSearchSource, TestCaseSearchSource, + TopicSearchSource, UserSearchSource, } from '../../interface/search.interface'; import { ExploreSearchIndex } from '../Explore/explore.interface'; @@ -44,6 +47,9 @@ export type SourceType = ( TableSearchSource, Fields | 'usageSummary' | 'database' | 'databaseSchema' | 'tableType' > + | Pick + | Pick + | Pick | Pick | Pick< Exclude<