Expose to TS the option to open a synced Realm file locally (using OS force_sync_history)

This commit is contained in:
Nabil Hachicha 2017-12-04 16:31:50 +00:00
parent 7d6817971d
commit f34adb7154
1 changed files with 1 additions and 1 deletions

2
lib/index.d.ts vendored
View File

@ -83,7 +83,7 @@ declare namespace Realm {
inMemory?: boolean;
schema?: ObjectClass[] | ObjectSchema[];
schemaVersion?: number;
sync?: Realm.Sync.SyncConfiguration;
sync?: Realm.Sync.SyncConfiguration | boolean;
deleteRealmIfMigrationNeeded?: boolean;
}