Type Alias VisitorTypes

VisitorTypes:
    | "row"
    | "column"
    | "neighbours"
    | "breadth"
    | "depth"
    | "random"
    | "random-contiguous"