@kayahr/ed-journal

    Interface ModuleSellRemote

    Base interface shared by all journal event types.

    interface ModuleSellRemote {
        event: "ModuleSellRemote";
        SellItem: string;
        SellItem_Localised?: string;
        SellPrice: number;
        ServerId?: number;
        Ship: string;
        ShipID: number;
        StorageSlot?: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "ModuleSellRemote"

    The type of event.

    SellItem: string
    SellItem_Localised?: string
    SellPrice: number
    ServerId?: number
    Ship: string
    ShipID: number
    StorageSlot?: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR