UNPKG

@kayahr/ed-journal

Version:

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

9 lines (8 loc) 287 B
import type { JournalEvent } from "../../JournalEvent.ts"; /** TODO Verify by getting destroyed and selling the ship. */ export interface SellShipOnRebuy extends JournalEvent<"SellShipOnRebuy"> { ShipType: string; System: string; SellShipId: number; ShipPrice: number; }