Type Alias SolarSystemObject

SolarSystemObject:
    | "Mercury"
    | "Venus"
    | "Moon"
    | "Mars"
    | "Jupiter"
    | "Saturn"
    | "Neptune"
    | "Uranus"
    | "Pluto"