import { type QuerySourceMode } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.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.