Interface PingResponse

interface PingResponse {
    pong: boolean;
}

Properties

Properties

pong: boolean

Generated using TypeDoc