Interface JetConeDamage

Base interface shared by all journal event types.

interface JetConeDamage {
    event: "JetConeDamage";
    Module: string;
    Module_Localised?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "JetConeDamage"

The type of event.

Module: string
Module_Localised?: string
timestamp: string

The time in GMT, ISO 8601.