Type alias MigrationCallback

MigrationCallback: ((oldRealm, newRealm) => void)

A function which can be called to migrate a Realm from one version of the schema to another.

Type declaration

    • (oldRealm, newRealm): void
    • Parameters

      Returns void

Generated using TypeDoc