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/models/gen/channel_t.mli | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lib/models/gen/channel_t.mli (limited to 'lib/models/gen/channel_t.mli') diff --git a/lib/models/gen/channel_t.mli b/lib/models/gen/channel_t.mli deleted file mode 100644 index a5c9ce4..0000000 --- a/lib/models/gen/channel_t.mli +++ /dev/null @@ -1,23 +0,0 @@ -(* Auto-generated from "channel.atd" *) - [@@@ocaml.warning "-27-32-35-39"] - -type user = User_t.t - -type snowflake = Snowflake_t.t - -type t = { - id: snowflake; - kind: int; - guild_id: snowflake option; - position: int option; - name: string option; - topic: string option; - nsfw: bool option; - bitrate: int option; - user_limit: int option; - recipients: user list option; - icon: string option; - owner_id: snowflake option; - application_id: snowflake option; - parent_id: snowflake option -} -- cgit v1.2.3