Interface PingResponseExtended

interface PingResponseExtended {
    connected: boolean;
}

Properties

Properties

connected: boolean