ing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { MetaNoAuthProbeStatus } from '../meta';
|
||||
import { Domain } from '../domain';
|
||||
import { Probe } from '../probe';
|
||||
import { InfraHost } from '../infra';
|
||||
|
||||
export interface NoAuthProbe {
|
||||
id?: number;
|
||||
@@ -13,4 +14,6 @@ export interface NoAuthProbe {
|
||||
connectDate?: Date;
|
||||
connectAddress?: string;
|
||||
createDate?: Date;
|
||||
|
||||
infraHost?: InfraHost;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user