Interface CollectCargo

Base interface shared by all journal event types.

interface CollectCargo {
    MissionID?: number;
    Stolen: boolean;
    Type: string;
    Type_Localised?: string;
    event: "CollectCargo";
    timestamp: string;
}

Hierarchy (view full)

Properties

MissionID?: number
Stolen: boolean
Type: string
Type_Localised?: string
event: "CollectCargo"

The type of event.

timestamp: string

The time in GMT, ISO 8601.