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

    Interface CarrierBuy

    Base interface shared by all journal event types.

    interface CarrierBuy {
        BoughtAtMarket: number;
        Callsign: string;
        CarrierID: ID;
        CarrierType?: CarrierType;
        event: "CarrierBuy";
        Location: string;
        Price: number;
        SystemAddress: ID;
        timestamp: string;
        Variant: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BoughtAtMarket: number
    Callsign: string
    CarrierID: ID
    CarrierType?: CarrierType
    event: "CarrierBuy"

    The type of event.

    Location: string
    Price: number
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.

    Variant: string