File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ export type CountsValue = number;
333
333
334
334
export type OTMVThresholds = {
335
335
peakThreshold ?: OTMVThreshold ;
336
- sustaintedThreshold ?: OTMVThreshold ;
336
+ sustainedThreshold ?: OTMVThreshold ;
337
337
sustainedElapsedDuration ?: DurationHourMinute ;
338
338
sustainedCrossingOccurences ?: number ;
339
339
} ;
@@ -376,7 +376,7 @@ export type SubTotalsRegulationDetailedType =
376
376
/**
377
377
* The count of not yet airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
378
378
*/
379
- | 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBONE '
379
+ | 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBORNE '
380
380
/**
381
381
* The count of airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
382
382
*/
You can’t perform that action at this time.
0 commit comments