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.atd6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/models/activity.atd b/lib/models/activity.atd
index 94b4b3c..8e02191 100644
--- a/lib/models/activity.atd
+++ b/lib/models/activity.atd
@@ -1,5 +1,5 @@
-type snowflake <ocaml from="Snowflake" t="t"> = abstract
-
type t = {
- id: snowflake;
+ name: string;
+ kind <json name="type">: int;
+ ?url: string option;
} \ No newline at end of file