We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fb8fd commit 5c464b3Copy full SHA for 5c464b3
src/defs.ts
@@ -114,10 +114,10 @@ export enum PirepState {
114
export enum AircraftFeature {
115
BeaconLights = 0,
116
LandingLights = 1,
117
- LogoLight = 2,
+ LogoLights = 2,
118
NavigationLights = 3,
119
StrobeLights = 4,
120
- TaxiLight = 5,
+ TaxiLights = 5,
121
WingLights = 6,
122
Flaps = 7,
123
APU = 8,
src/types/rule.d.ts
@@ -96,11 +96,6 @@ export interface Meta {
96
*/
97
points?: number
98
99
- /**
100
- * From upstream
101
- */
102
- parameter?: number
103
-
104
/**
105
* This just allows any other properties
106
0 commit comments