Type Alias GridDirectionCell

GridDirectionCell:
    | "up"
    | "right"
    | "down"
    | "left"

Grid directions that result in GridCell