Module Seat.PositionSource

type t = {
  1. x : int32;
  2. y : int32;
}