Type Alias TRecognizerWebSocketMessageContextlessGesture

TRecognizerWebSocketMessageContextlessGesture: {
    gestureType:
        | "none"
        | "surround"
        | "scratch"
        | "left-right"
        | "right-left"
        | "bottom-top"
        | "top-bottom";
    strokeId: string;
    type: ContextlessGesture;
}