BooleanValue
import type { BooleanValue } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface BooleanValue {
boolean_value: boolean;
scribe_key?: string;
type: "BOOLEAN";
}import type { BooleanValue } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";