interface Pong {
    ActionID: string;
    Message?: string;
    Ping: string;
    Response: string;
    Timestamp: string;
}

Hierarchy (view full)

Properties

ActionID: string
Message?: string
Ping: string
Response: string
Timestamp: string