[[["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."],[[["WinAction is a type of AchieveAction, indicating an action resulting in a win."],["It includes a 'loser' property to identify the Person who lost the action."]]],["The `WinAction` type, which extends `AchieveAction`, denotes an action where someone wins. It contains a property called `loser`. This `loser` property, typed as `Person`, identifies the individual who did not win the action, functioning as a sub-property of the more general `participant` property. The core focus of `WinAction` is defining the winner's action and specifying the identity of the loser.\n"]]