mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
[pouchdb-replication] Fixed Sync options to match documentation.
This commit is contained in:
4
types/pouchdb-replication/index.d.ts
vendored
4
types/pouchdb-replication/index.d.ts
vendored
@@ -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