mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
[pouchdb-replication] Fixed Sync options to match documentation.
This commit is contained in:
Vendored
+2
-2
@@ -113,8 +113,8 @@ declare namespace PouchDB {
|
||||
}
|
||||
|
||||
interface SyncOptions extends ReplicateOptions {
|
||||
push?: boolean;
|
||||
pull?: boolean;
|
||||
push?: ReplicateOptions;
|
||||
pull?: ReplicateOptions;
|
||||
}
|
||||
|
||||
interface Sync<Content extends Core.Encodable>
|
||||
|
||||
Reference in New Issue
Block a user