Module Calculon_web.Giphy_t
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