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

Change

import type { Change } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/deps/socket.ts";
type Change =
| LinksCommit
| ProjectLinksCommit
| DescriptionsCommit
| ImageCommit
| TitleCommit;

§Type

§
InsertCommit | UpdateCommit | DeleteCommit | LinksCommit | ProjectLinksCommit | DescriptionsCommit | ImageCommit | TitleCommit
[src]