Interface ModuleSellRemote

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

SellItem: string
SellItem_Localised?: string
SellPrice: number
ServerId?: number
Ship: string
ShipID: number
StorageSlot?: number
event: "ModuleSellRemote"

The type of event.

timestamp: string

The time in GMT, ISO 8601.