@kayahr/edsm
Preparing search index...
Station
Interface Station
interface
Station
{
allegiance
:
string
|
null
;
body
?:
StationBody
;
commodities
:
Commodity
[]
|
null
;
controllingFaction
?:
StationControllingFaction
;
distanceToArrival
:
number
|
null
;
economy
:
string
|
null
;
government
:
string
|
null
;
haveMarket
:
boolean
;
haveOutfitting
:
boolean
;
haveShipyard
:
boolean
;
id
:
number
;
marketId
:
number
|
null
;
name
:
string
;
otherServices
:
string
[]
;
outfitting
:
Outfitting
[]
|
null
;
secondEconomy
:
string
|
null
;
ships
:
Ship
[]
|
null
;
systemId
?:
number
;
systemId64
?:
Id64
|
null
;
systemName
?:
string
;
type
:
string
|
null
;
updateTime
:
StationUpdateTime
;
}
Index
Properties
allegiance
body?
commodities
controlling
Faction?
distance
To
Arrival
economy
government
have
Market
have
Outfitting
have
Shipyard
id
market
Id
name
other
Services
outfitting
second
Economy
ships
system
Id?
system
Id64?
system
Name?
type
update
Time
Properties
allegiance
allegiance
:
string
|
null
Optional
body
body
?:
StationBody
commodities
commodities
:
Commodity
[]
|
null
Optional
controlling
Faction
controllingFaction
?:
StationControllingFaction
distance
To
Arrival
distanceToArrival
:
number
|
null
economy
economy
:
string
|
null
government
government
:
string
|
null
have
Market
haveMarket
:
boolean
have
Outfitting
haveOutfitting
:
boolean
have
Shipyard
haveShipyard
:
boolean
id
id
:
number
market
Id
marketId
:
number
|
null
name
name
:
string
other
Services
otherServices
:
string
[]
outfitting
outfitting
:
Outfitting
[]
|
null
second
Economy
secondEconomy
:
string
|
null
ships
ships
:
Ship
[]
|
null
Optional
system
Id
systemId
?:
number
Optional
system
Id64
systemId64
?:
Id64
|
null
Optional
system
Name
systemName
?:
string
type
type
:
string
|
null
update
Time
updateTime
:
StationUpdateTime
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allegiance
body
commodities
controlling
Faction
distance
To
Arrival
economy
government
have
Market
have
Outfitting
have
Shipyard
id
market
Id
name
other
Services
outfitting
second
Economy
ships
system
Id
system
Id64
system
Name
type
update
Time
@kayahr/edsm
Loading...