UNPKG

@kayahr/ed-journal

Version:

Typescript library to read/watch the player journal of Frontier's game Elite Dangerous

12 lines (11 loc) 337 B
import type { JournalEvent } from "../../JournalEvent.js"; export interface FetchRemoteModule extends JournalEvent<"FetchRemoteModule"> { ServerId: number; Ship: string; ShipID: number; StorageSlot: number; StoredItem: string; StoredItem_Localised?: string; TransferCost: number; TransferTime?: number; }