@kayahr/ed-journal

    Interface EjectCargo

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Abandoned: boolean
    Count: number
    event: "EjectCargo"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    Type_Localised?: string
    MMNEPVFCICPMFPCPTTAAATR