OrbitRegionInfo
It is the combination of the following types:
Subtype A
OrbitBody
It is one (not all) of the following types:
Subtype A
It is of the type BlackHoleRegionInfo.
Subtype B
It is of the type StarRegionInfo.
Subtype C
It is of the type PlanetRegionInfo.
RegionType
It is always the string Orbit.
Subtype B
It is of the type PlayableRegionInfo.
Luau Type
This is the luau type for OrbitRegionInfo. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type OrbitRegionInfo = {
OrbitBody: BlackHoleRegionInfo | StarRegionInfo | PlanetRegionInfo,
RegionType: "Orbit",
} & PlayableRegionInfo