SW Combine SDK
Preparing search index...
types
City
Interface City
interface
City
{
images
?:
GalaxyCityImages
;
location
?:
GalaxyLocation
;
name
:
string
;
planet
?:
string
|
Planet
;
uid
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
images?
location?
name
planet?
uid
Properties
Optional
images
images
?:
GalaxyCityImages
Optional
location
location
?:
GalaxyLocation
name
name
:
string
Optional
planet
planet
?:
string
|
Planet
uid
uid
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
images
location
name
planet
uid
SW Combine SDK
Loading...