aboutsummaryrefslogtreecommitdiff
path: root/lib/models/reaction_t.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-12-14 10:52:36 -0700
committerAdelyn Breelove <[email protected]>2018-12-14 10:52:36 -0700
commitaf684566617ebce536e9f30693aa3e225af906c4 (patch)
tree0184187b0b90e402f74402ffd6975d54fd1b5bb9 /lib/models/reaction_t.ml
parentFix more dispatch issues (diff)
downloaddisml-af684566617ebce536e9f30693aa3e225af906c4.tar.xz
disml-af684566617ebce536e9f30693aa3e225af906c4.zip
There's a lot going on
Diffstat (limited to 'lib/models/reaction_t.ml')
-rw-r--r--lib/models/reaction_t.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/models/reaction_t.ml b/lib/models/reaction_t.ml
deleted file mode 100644
index 666030b..0000000
--- a/lib/models/reaction_t.ml
+++ /dev/null
@@ -1,6 +0,0 @@
-(* Auto-generated from "reaction.atd" *)
- [@@@ocaml.warning "-27-32-35-39"]
-
-type emoji = Emoji_t.t
-
-type t = { count: int; emoji: emoji }