Skip to main content

Type Alias: GarminChecklistItemDef<T>

GarminChecklistItemDef<T> = ChecklistItemDef<GarminChecklistItemTypeDefMap, T>

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

A utility type that returns a union type of Garmin checklist item definitions 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).