2
0
mirror of https://github.com/status-im/realm-js.git synced 2025-01-12 07:14:23 +00:00

Update index.d.ts

This commit is contained in:
Kræn Hansen 2017-11-03 15:42:47 +01:00 committed by GitHub
parent e95d5423db
commit 04fcef9fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib/index.d.ts vendored

@ -360,7 +360,7 @@ declare namespace Realm.Sync {
url: string;
validate_ssl?: boolean;
ssl_trust_certificate_path?: string;
ssl_verify_callback?: SSLVerifyCallback;
open_ssl_verify_callback?: SSLVerifyCallback;
error?: ErrorCallback;
partial?: boolean;
}