Interface PingInteractionResponse

interface PingInteractionResponse {
    type: PONG;
}

Properties

Properties

type: PONG