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

    Interface CarrierShipPackBuy

    Base interface shared by all journal event types.

    interface CarrierShipPackBuy {
        CarrierID: ID;
        CarrierType?: CarrierType;
        Cost: number;
        event: "CarrierShipPack";
        Operation: "BuyPack";
        PackTheme: string;
        PackTier: number;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CarrierID: ID
    CarrierType?: CarrierType
    Cost: number
    event: "CarrierShipPack"

    The type of event.

    Operation: "BuyPack"
    PackTheme: string
    PackTier: number
    timestamp: string

    The time in GMT, ISO 8601.