Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
changes: (Change[] | [Delete])
[src]
§
cursor: null
[src]
§
freeze: true
[src]
§
id: string
[src]
§
kind: "page"
[src]
§
pageId: string
[src]
§
parentId: string
[src]
§
projectId: string
[src]
§
userId: string
[src]