import { type IReplicaDriver } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/replica/replica-types.ts";
A replica driver provides low-level access to a replica's documents and attachments. ReplicaDrivers are not meant to be used directly by users; let the Replica talk to it for you.
Properties
docDriver: IReplicaDocDriver
attachmentDriver: IReplicaAttachmentDriver