import { type DocWithAttachment } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/util/doc-types.ts";
A document with it's attachment merged onto a new attachment
property.
Type Parameters
D extends DocBase<string>
definition: D & { attachment: DocAttachment | undefined | ValidationError; }