@kayahr/ed-journal
    Preparing search index...

    Interface EjectCargo

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    Abandoned: boolean
    Count: number
    event: "EjectCargo"

    The type of event.

    PowerplayOrigin?: string
    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    Type_Localised?: string