Type Alias: SyncDirection
type SyncDirection = "push" | "pull" | "both";
Defined in: packages/client/src/core/sync/index.ts:17
Which way documents move.
"both" runs a single bidirectional PouchDB.sync; the one-way values run
PouchDB.replicate in the named direction.