@kayahr/ed-journal

    Interface CollectCargo

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "CollectCargo"

    The type of event.

    MissionID?: number
    Stolen: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    Type_Localised?: string
    MMNEPVFCICPMFPCPTTAAATR