gatelogue-types
Preparing search index...
SeaStop
Interface SeaStop<S>
interface
SeaStop
<
S
extends
boolean
=
true
>
{
codes
:
string
[]
;
company
:
Sourced
<
number
,
S
>
;
connections
:
Record
<
string
,
{
s
:
string
[]
;
v
:
Connection
}
[]
>
;
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
;
i
:
number
;
name
:
null
|
Sourced
<
string
,
S
>
;
proximity
:
Record
<
string
,
{
s
:
string
[]
;
v
:
{
distance
:
number
;
explicit
:
boolean
}
}
,
>
;
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
;
source
:
string
[]
;
type
:
string
;
world
:
null
|
Sourced
<
World
,
S
>
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Located
<
S
>
SeaStop
Index
Properties
codes
company
connections
coordinates
i
name
proximity
shared_
facility
source
type
world
Properties
codes
codes
:
string
[]
company
company
:
Sourced
<
number
,
S
>
connections
connections
:
Record
<
string
,
{
s
:
string
[]
;
v
:
Connection
}
[]
>
coordinates
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
i
i
:
number
name
name
:
null
|
Sourced
<
string
,
S
>
proximity
proximity
:
Record
<
string
,
{
s
:
string
[]
;
v
:
{
distance
:
number
;
explicit
:
boolean
}
}
,
>
shared_
facility
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
source
source
:
string
[]
type
type
:
string
world
world
:
null
|
Sourced
<
World
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
codes
company
connections
coordinates
i
name
proximity
shared_
facility
source
type
world
gatelogue-types
Loading...