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

AppendOnly

import type { AppendOnly } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

AppendOnly mode defines that all changes to a table will be written to the destination table.

interface AppendOnly {}