import { type QuerySourceMode } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/replica/replica-types.ts";
A mode representing what kind of docs are desired from a query stream.
existing
- Only pre-existing documents.new
- Only documents written after the stream is initiatedeverything
- Both pre-existing and incoming documents.