aboutsummaryrefslogtreecommitdiff
path: root/lib/models/activity.atd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/activity.atd')
-rw-r--r--lib/models/activity.atd5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/models/activity.atd b/lib/models/activity.atd
new file mode 100644
index 0000000..94b4b3c
--- /dev/null
+++ b/lib/models/activity.atd
@@ -0,0 +1,5 @@
+type snowflake <ocaml from="Snowflake" t="t"> = abstract
+
+type t = {
+ id: snowflake;
+} \ No newline at end of file