Interface TestReachabilityOutputDTO

TestReachabilityOutputDTO

interface TestReachabilityOutputDTO {
    connectable: boolean;
    latency?: number;
    reason?: string;
}

Properties

connectable: boolean

TestReachabilityOutputDTO

latency?: number

TestReachabilityOutputDTO

reason?: string

TestReachabilityOutputDTO