@kayahr/ed-journal

    Interface SellShipOnRebuy

    TODO Verify by getting destroyed and selling the ship.

    interface SellShipOnRebuy {
        event: "SellShipOnRebuy";
        SellShipId: number;
        ShipPrice: number;
        ShipType: string;
        System: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "SellShipOnRebuy"

    The type of event.

    SellShipId: number
    ShipPrice: number
    ShipType: string
    System: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR