ProjectUpdatesStreamCommit
import type { ProjectUpdatesStreamCommit } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/deps/socket.ts";
interface ProjectUpdatesStreamCommit {
cursor: null;
freeze: true;
id: string;
kind: "page";
pageId: string;
parentId: string;
projectId: string;
userId: string;
}