Interface PingResponse

interface PingResponse {
    gecko_says: string;
}

Properties

Properties

gecko_says: string