/** Body types. */
export type BodyType = "Planet" | "Station" | "Star" | "PlanetaryRing" | "AsteroidCluster" | "Null" | "StellarRing" | "Ring";
