@kayahr/ed-journal

    Interface FetchRemoteModule

    Base interface shared by all journal event types.

    interface FetchRemoteModule {
        event: "FetchRemoteModule";
        ServerId: number;
        Ship: string;
        ShipID: number;
        StorageSlot: number;
        StoredItem: string;
        StoredItem_Localised?: string;
        timestamp: string;
        TransferCost: number;
        TransferTime?: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "FetchRemoteModule"

    The type of event.

    ServerId: number
    Ship: string
    ShipID: number
    StorageSlot: number
    StoredItem: string
    StoredItem_Localised?: string
    timestamp: string

    The time in GMT, ISO 8601.

    TransferCost: number
    TransferTime?: number
    MMNEPVFCICPMFPCPTTAAATR