package calculon-web

  1. Overview
  2. Docs

Source file Giphy_t.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(* Auto-generated from "Giphy.atd" *)
[@@@ocaml.warning "-27-32-33-35-39"]

type image = { i_url: string }

type images = {
  images_original: image option;
  images_downsized: image option
}

type search_entry = {
  type_: string;
  url: string;
  embed_url: string;
  images: images
}

type json = Yojson.Safe.t

type search_result = {
  data: search_entry list;
  meta: json;
  pagination: json
}