data/aircraftTypes¶
Variables¶
OPENAP_AIRCRAFT_TYPES¶
Defined in: data/aircraftTypes.ts:9
Aircraft types supported by the openap Python library.
Mirrors openap.prop.available_aircraft() (uppercased). Used by the
console autocomplete and the manual "Create Aircraft" modal so the user
can quickly pick a supported type. Users can still enter custom types
not in this list; the UI only warns, it does not block.
Functions¶
isOpenapAircraftType()¶
Defined in: data/aircraftTypes.ts:23
Returns true when the given aircraft type string is present in the openap list (case-insensitive).
Parameters¶
type¶
string
Returns¶
boolean