From 1a73007b3aaa17940173eaff1eb4f6703fd9ec0c Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 19 Dec 2018 13:44:04 -0700 Subject: Re-arrange autogen serialization files and incorporate into dune file --- lib/activity.atd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/activity.atd (limited to 'lib/activity.atd') diff --git a/lib/activity.atd b/lib/activity.atd new file mode 100644 index 0000000..8e02191 --- /dev/null +++ b/lib/activity.atd @@ -0,0 +1,5 @@ +type t = { + name: string; + kind : int; + ?url: string option; +} \ No newline at end of file -- cgit v1.2.3