Interface EjectCargo

Base interface shared by all journal event types.

interface EjectCargo {
    Abandoned: boolean;
    Count: number;
    Type: string;
    Type_Localised?: string;
    event: "EjectCargo";
    timestamp: string;
}

Hierarchy (view full)

Properties

Abandoned: boolean
Count: number
Type: string
Type_Localised?: string
event: "EjectCargo"

The type of event.

timestamp: string

The time in GMT, ISO 8601.