Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageValue

import type { ImageValue } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface ImageValue {
image_value: {
height: number;
width: number;
url: string;
}
;
scribe_key?: string;
type: "IMAGE";
}

§Properties

§
image_value: {
height: number;
width: number;
url: string;
}
[src]
§
scribe_key?: string
[src]
§
type: "IMAGE"
[src]