Interface JetConeDamage

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Module: string
Module_Localised?: string
event: "JetConeDamage"

The type of event.

timestamp: string

The time in GMT, ISO 8601.