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

    Interface ShipyardSell

    Base interface shared by all journal event types.

    interface ShipyardSell {
        event: "ShipyardSell";
        MarketID?: ID;
        SellShipID: ID;
        ShipMarketID?: ID;
        ShipPrice: number;
        ShipType: string;
        ShipType_Localised?: string;
        System?: string;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    event: "ShipyardSell"

    The type of event.

    MarketID?: ID
    SellShipID: ID
    ShipMarketID?: ID
    ShipPrice: number
    ShipType: string
    ShipType_Localised?: string
    System?: string
    timestamp: string

    The time in GMT, ISO 8601.