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