Skip to content

Commit 7abeaa1

Browse files
committed
chnaged type to abstract
1 parent 3045c19 commit 7abeaa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { InterfaceListEntry } from 'src/app/model/Interface/Search/ListEntryData';
1+
import { AbstractListEntry } from 'src/app/model/Search/ListEntries/AbstractListEntry';
22

33
export interface InterfaceTableDataRow {
44
id: string
@@ -8,5 +8,5 @@ export interface InterfaceTableDataRow {
88
isClickable?: boolean
99
isDisabled: boolean
1010
checkboxColumnIndex?: number
11-
originalEntry: InterfaceListEntry
11+
originalEntry: AbstractListEntry
1212
}

0 commit comments

Comments
 (0)