Type Alias IrisGesture

IrisGesture: "facing center" | `looking ${
    | "left"
    | "right"
    | "up"
    | "down"}` | "looking center"

iris gesture type