Skip to main content

Type Alias: MappedPerformanceVariableTypes<Types>

MappedPerformanceVariableTypes<Types> = { [Index in keyof Types]: ReadonlyPerformanceVariable<Types[Index]> } & TupleLength<Types>

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/PerformanceCalculators/PerformanceVariable.ts:172

Type Parameters

Type Parameter
Types extends [...any[]]