Type Alias HandGesture

HandGesture:
    | `${"thumb"
    | "index"
    | "middle"
    | "ring"
    | "pinky"} forward`
    | `${"thumb" | "index" | "middle" | "ring" | "pinky"} up`
    | "victory"
    | "thumbs up"

hand gesture type