ProjectUpdatesStreamCommit
import type { ProjectUpdatesStreamCommit } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
interface ProjectUpdatesStreamCommit {
changes: (Change[] | [Delete]);
cursor: null;
freeze: true;
id: string;
kind: "page";
pageId: string;
parentId: string;
projectId: string;
userId: string;
}