Skip to main content
Module

x/earthstar/src/entries/universal.ts>QuerySourceOpts

Storage for private, distributed, offline-first applications.
Go to Latest
type alias QuerySourceOpts
import { type QuerySourceOpts } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";
definition: { replica: Replica; formats?: FormatsArg<F>; query: Omit<Query<string[]>, "formats">; mode?: QuerySourceMode; }