Make ssl SyncConfiguration parameters optional
This commit is contained in:
parent
feba70333b
commit
726d02e78f
|
@ -257,8 +257,8 @@ declare namespace Realm.Sync {
|
|||
interface SyncConfiguration {
|
||||
user: User;
|
||||
url: string;
|
||||
validate_ssl: boolean;
|
||||
ssl_trust_certificate_path: string;
|
||||
validate_ssl?: boolean;
|
||||
ssl_trust_certificate_path?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue