Type Alias AxisDirectionExperimental

AxisDirection:
    | "east"
    | "west"
    | "north"
    | "south"
    | "up"
    | "down"
    | "future"
    | "past"
    | "other"