Type Alias DirectionValue

DirectionValue:
    | "north"
    | "south"
    | "east"
    | "west"