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

    Interface ShipyardSwap

    TODO Verify by swapping ship and selling the old one at the same time.

    interface ShipyardSwap {
        event: "ShipyardSwap";
        MarketID?: ID;
        SellOldShip?: string;
        SellShipID?: ID;
        ShipID: ID;
        ShipType: string;
        ShipType_Localised?: string;
        StoreOldShip?: string;
        StoreShipID?: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "ShipyardSwap"

    The type of event.

    MarketID?: ID
    SellOldShip?: string
    SellShipID?: ID
    ShipID: ID
    ShipType: string
    ShipType_Localised?: string
    StoreOldShip?: string
    StoreShipID?: ID
    timestamp: string

    The time in GMT, ISO 8601.