UNPKG

@kayahr/ed-journal

Version:

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

10 lines (9 loc) 270 B
import type { JournalEvent } from "../../JournalEvent.js"; export interface DropshipDeploy extends JournalEvent<"DropshipDeploy"> { StarSystem: string; SystemAddress: number; Body: string; BodyID: number; OnStation: boolean; OnPlanet: boolean; }