@kayahr/ed-journal
Version:
Typescript library to read/watch the player journal of Frontier's game Elite Dangerous
9 lines (7 loc) • 388 B
text/typescript
/*
* Copyright (C) 2025 Klaus Reimer <k@ailis.de>
* See LICENSE.md for licensing information.
*/
/** Station types. */
export type StationType = "FleetCarrier" | "Outpost" | "Coriolis" | "Orbis" | "Bernal" | "SurfaceStation" | "AsteroidBase" | "MegaShip" | "CraterOutpost"
| "Ocellus" | "CraterPort" | "OnFootSettlement" | "SpaceConstructionDepot" | "PlanetaryConstructionDepot";