Interface USSDrop

Base interface shared by all journal event types.

interface USSDrop {
    USSThreat: number;
    USSType: string;
    USSType_Localised?: string;
    event: "USSDrop";
    timestamp: string;
}

Hierarchy (view full)

Properties

USSThreat: number
USSType: string
USSType_Localised?: string
event: "USSDrop"

The type of event.

timestamp: string

The time in GMT, ISO 8601.