From c3d6e15bb89d4a93a2fa486db6c8e126baf4da2e Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 21 Jan 2019 08:52:33 -0700 Subject: folder restructure --- lib/models/attachment.mli | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/models/attachment.mli (limited to 'lib/models/attachment.mli') diff --git a/lib/models/attachment.mli b/lib/models/attachment.mli deleted file mode 100644 index 2780011..0000000 --- a/lib/models/attachment.mli +++ /dev/null @@ -1,9 +0,0 @@ -type t = { - id: Snowflake.t; - filename: string; - size: int; - url: string; - proxy_url: string; - height: int; - width: int; -} [@@deriving sexp, yojson] \ No newline at end of file -- cgit v1.2.3