Type Alias CardinalDirection

CardinalDirection:
    | "N"
    | "E"
    | "W"
    | "S"
    | "NE"
    | "NW"
    | "SE"
    | "SW"