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