import { type RangeMessage } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";
definition:
| { type: "EMPTY_SET"; canRespond: boolean; }
| { type: "PAYLOAD"; payload: DocThumbnail; end?: { canRespond: boolean; upperBound: DocThumbnail; }; }
| { type: "TERMINAL"; }