TweetInfo
import type { TweetInfo } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/mod.ts";
the response type of /api/embed-text/twitter
interface TweetInfo {
description?: string;
images: string[];
screenName: string;
}