Image
import type { Image } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.1/mod.ts";
Image data
interface Image {
created_at: Timestamp;
image_id: string;
metadata: {
app: string | null;
title: string;
url: string | null;
desc: string;
original_title: string | null;
original_url: string | null;
};ocr: {
locale: string;
description: string;
} | {locale: null;
description: "";
};permalink_url: string;
thumb_url: string;
type: "jpg";
url: string;
}