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

CommitNotification

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

§Properties

§
changes: Change[] | [Pin] | [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]