Type Alias: GarminChecklistSetDef<S, G, L, B>
GarminChecklistSetDef<
S,G,L,B> =ChecklistSetDef<GarminChecklistItemTypeDefMap,S,G,L,B>
Defined in: src/garminsdk/checklist/GarminChecklistDefinitions.ts:15
A definition for a set of Garmin checklists.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
S | unknown | The metadata attached to the checklist set. |
G | unknown | The metadata attached to the checklist groups contained in the definition. |
L | unknown | The metadata attached to the checklist lists contained in the definition. |
B | unknown | The metadata attached to the checklist branches contained in the definition. |