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;
}