User
import type { User } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface User {
highlighted_label?: {
description: string;
user_label_type: string;
badge: {
};url: string;
}; id_str: string;
is_blue_verified: boolean;
name: string;
profile_image_url_https: string;
screen_name: string;
verified: boolean;
verified_type?: string;
}