Skip to main content

Type Alias: GarminChecklistItem<T>

GarminChecklistItem<T> = ChecklistItem<GarminChecklistItemTypeDefMap, T>

Defined in: src/garminsdk/checklist/GarminChecklistDefinitions.ts:183

A utility type that returns a union type of Garmin checklist items for a given set of checklist item types.

Type Parameters

Type ParameterDefault typeDescription
T extends ChecklistItemTypeChecklistItemTypeThe checklist item types to include in the returned union type. Defaults to ChecklistItemType (i.e. the union of all checklist item types).