LinearOffsetType

type LinearOffsetType: 
  | NW
  | NE
  | SE
  | SW
  | MOVE
  | N
  | E
  | S
  | W;