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