[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["TravelAction is a type of MoveAction indicating travel."],["It includes a distance property using the Distance type to specify the travel distance."]]],["The `TravelAction` type, which extends `MoveAction`, represents actions related to travel. It includes a `distance` property, defined by the `Distance` type. This property describes the length of the travel, such as in exercise or general journeys. The core information is that `TravelAction` details the distance covered during a move or journey.\n"]]