summaryrefslogtreecommitdiff
path: root/lib/client.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client.ml')
-rw-r--r--lib/client.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/client.ml b/lib/client.ml
new file mode 100644
index 0000000..80a11b7
--- /dev/null
+++ b/lib/client.ml
@@ -0,0 +1,4 @@
+type t =
+ { id : int
+ ; mov_limit : int
+ }