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
1 changed files with 1 additions and 1 deletions

2
lib/index.d.ts vendored
View File

@ -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;
}