aboutsummaryrefslogtreecommitdiff
path: root/lib/models/user/activity.mli
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-01-28 10:31:51 -0700
committerAdelyn Breedlove <[email protected]>2019-01-28 10:31:51 -0700
commit8662e92987c437f59d09896a247ec2b5d82c4528 (patch)
treef004cc14598351d4ad6b19d8e993d2f629c5e738 /lib/models/user/activity.mli
parentAdd more docs (diff)
downloaddisml-8662e92987c437f59d09896a247ec2b5d82c4528.tar.xz
disml-8662e92987c437f59d09896a247ec2b5d82c4528.zip
Publish docs updates
Diffstat (limited to 'lib/models/user/activity.mli')
-rw-r--r--lib/models/user/activity.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/models/user/activity.mli b/lib/models/user/activity.mli
index 970ac59..1ddd4e7 100644
--- a/lib/models/user/activity.mli
+++ b/lib/models/user/activity.mli
@@ -1,6 +1,6 @@
-(** An activity object. *)
-type t = {
- name: string; (** The name of the activity. *)
- kind: int; (** 0 = Playing, 1 = Streaming, 2 = Listening, 3 = Watching *)
- url: string option; (** Stream URL. Only validated for kind = 1. *)
+(** An activity object. *)
+type t = {
+ name: string; (** The name of the activity. *)
+ kind: int; (** 0 = Playing, 1 = Streaming, 2 = Listening, 3 = Watching *)
+ url: string option; (** Stream URL. Only validated for kind = 1. *)
} [@@deriving sexp, yojson] \ No newline at end of file