Type Alias CardinalDirection

CardinalDirection:
    | "n"
    | "ne"
    | "e"
    | "se"
    | "s"
    | "sw"
    | "w"
    | "nw"