Interface JSONPingInteraction

interface JSONPingInteraction {
    applicationID: string;
    createdAt: number;
    id: string;
    type: PING;
    version: 1;
}

Hierarchy (view full)

Properties

applicationID: string
createdAt: number
id: string
type: PING
version: 1