HeadData
import type { HeadData } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/browser/websocket/pull.ts";
interface HeadData {
commitId: string;
image: string | null;
lines: Line[];
links: string[];
pageId: string;
persistent: boolean;
pin: number;
}