SpaceRegionInfo
The region info format of an empty region of space. It is the combination of the following types:
Subtype A
RegionType
It is always the string Space.
Subtype B
It is of the type PlayableRegionInfo.
Luau Type
This is the luau type for SpaceRegionInfo. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type SpaceRegionInfo = {
RegionType: "Space",
OrbitBody: never,
} & PlayableRegionInfo