We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3045c19 commit 7abeaa1Copy full SHA for 7abeaa1
src/app/shared/models/TableData/InterfaceTableDataRows.ts
@@ -1,4 +1,4 @@
1
-import { InterfaceListEntry } from 'src/app/model/Interface/Search/ListEntryData';
+import { AbstractListEntry } from 'src/app/model/Search/ListEntries/AbstractListEntry';
2
3
export interface InterfaceTableDataRow {
4
id: string
@@ -8,5 +8,5 @@ export interface InterfaceTableDataRow {
8
isClickable?: boolean
9
isDisabled: boolean
10
checkboxColumnIndex?: number
11
- originalEntry: InterfaceListEntry
+ originalEntry: AbstractListEntry
12
}
0 commit comments