summaryrefslogtreecommitdiff
path: root/lib/client.ml
blob: 80a11b76adb051740e78f55dd21ef8682a71ea6e (plain)
1
2
3
4
type t =
  { id : int
  ; mov_limit : int
  }