Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/components/app/list-new/AppListType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,14 @@ export interface ExportAppListDataType {
export type GenericAppListRowType = {
detail: GenericAppType
} & Record<AppListSortableKeys | keyof typeof APP_LIST_HEADERS, string | GenericAppType>

export type HelmAppListRowType = {
detail: HelmApp
} & Record<AppListSortableKeys | keyof typeof APP_LIST_HEADERS, string | HelmApp>

export interface HelmAppListAdditionalProps {
showGuidedContentCards: boolean
externalHelmListFetchErrors: string[]
clusterIdsCsv: string
removeExternalAppFetchError: (index: number) => void
}
Loading
Loading