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

DocumentChangeType

The type of a DocumentChange may be 'added', 'removed', or 'modified'.

type DocumentChangeType = "added" | "removed" | "modified";

§Type

§
"added" | "removed" | "modified"
[src]