aboutsummaryrefslogtreecommitdiff
path: root/lib/models/gen/attachment_t.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/gen/attachment_t.mli')
-rw-r--r--lib/models/gen/attachment_t.mli14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/models/gen/attachment_t.mli b/lib/models/gen/attachment_t.mli
deleted file mode 100644
index 0485dcc..0000000
--- a/lib/models/gen/attachment_t.mli
+++ /dev/null
@@ -1,14 +0,0 @@
-(* Auto-generated from "attachment.atd" *)
- [@@@ocaml.warning "-27-32-35-39"]
-
-type snowflake = Snowflake_t.t
-
-type t = {
- id: snowflake;
- filename: string;
- size: int;
- url: string;
- proxy_url: string;
- height: int option;
- width: int option
-}