Skip to main content

Type Alias: TerrainSystemEventsForId<ID>

TerrainSystemEventsForId<ID> = { [P in keyof BaseTerrainSystemEvents as `${P}${TerrainSystemEventSuffix<ID>}`]: BaseTerrainSystemEvents[P] }

Defined in: src/garminsdk/terrain/TerrainSystemEvents.ts:93

Events published by a Garmin terrain alerting system with a specific ID.

Type Parameters

Type Parameter
ID extends string