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 Parameter | Default type | Description |
|---|---|---|
T extends ChecklistItemType | ChecklistItemType | The checklist item types to include in the returned union type. Defaults to ChecklistItemType (i.e. the union of all checklist item types). |