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

Photo

import type { Photo } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface Photo {
accessibilityLabel?: string;
backgroundColor: Color;
cropCoordinates: Coordinate[];
expandedUrl: string;
height: number;
url: string;
width: number;
}

§Properties

§
accessibilityLabel?: string
[src]
§
backgroundColor: Color
[src]
§
cropCoordinates: Coordinate[]
[src]
§
expandedUrl: string
[src]
§
height: number
[src]
§
url: string
[src]
§
width: number
[src]