hostlist/portlist
This commit is contained in:
@@ -24,5 +24,5 @@ export interface Host {
|
||||
discoveredDate?: Date;
|
||||
|
||||
zone?: Zone;
|
||||
// portList?: Port[];
|
||||
portList?: any[];
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@ export interface Zone {
|
||||
discoveredBy?: string[];
|
||||
discoveredDate?: Date;
|
||||
|
||||
// hostList?: Host[];
|
||||
hostList?: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user