Interface PingService

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

Methods

Methods