Represents a service that pings the server

interface ICliPingServerService {
    ping(): Promise<void>;
}

Methods

Methods