Expose to TS the option to open a synced Realm file locally (using OS force_sync_history)
This commit is contained in:
parent
7d6817971d
commit
f34adb7154
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue