Type Alias: FlightTimerControlEventsForId<ID>
FlightTimerControlEventsForId<
ID> ={ [P in keyof BaseFlightTimerControlEvents as `${P}${FlightTimerEventSuffix<ID>}_${number}`]: BaseFlightTimerControlEvents[P] }
Defined in: src/sdk/instruments/FlightTimer.ts:93
Events used to control flight timers with a specific ID, keyed by indexed topic names.
Type Parameters
| Type Parameter |
|---|
ID extends string |