gatelogue-types
Preparing search index...
BusCompany
Interface BusCompany<S>
interface
BusCompany
<
S
extends
boolean
=
true
>
{
i
:
number
;
lines
:
Sourced
<
number
,
S
>
[]
;
local
:
boolean
;
name
:
string
;
source
:
string
[]
;
stations
:
Sourced
<
number
,
S
>
[]
;
type
:
string
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Node
BusCompany
Index
Properties
i
lines
local
name
source
stations
type
Properties
i
i
:
number
lines
lines
:
Sourced
<
number
,
S
>
[]
local
local
:
boolean
name
name
:
string
source
source
:
string
[]
stations
stations
:
Sourced
<
number
,
S
>
[]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
i
lines
local
name
source
stations
type
gatelogue-types
Loading...