Type Alias: GarminTimerControlEventsForId<ID>
GarminTimerControlEventsForId<
ID
> ={ [P in keyof BaseNonIndexedGarminTimerControlEvents as `${P}${FlightTimerEventSuffix<ID>}`]: BaseNonIndexedGarminTimerControlEvents[P] }
&{ [P in keyof BaseIndexedGarminTimerControlEvents as `${P}${FlightTimerEventSuffix<ID>}_${number}`]: BaseIndexedGarminTimerControlEvents[P] }
Defined in: src/garminsdk/timer/GarminTimerControlEvents.ts:34
Events related to flight timers with a specific ID.
Type Parameters
Type Parameter |
---|
ID extends string |