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

    Interface CollectCargo

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    event: "CollectCargo"

    The type of event.

    MissionID?: ID
    Stolen: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    Type: string
    Type_Localised?: string