UNPKG

@webdocgroup/realm-migrations

Version:
8 lines 235 B
import Realm from 'realm'; import { Schema } from '../Schema'; export type Migration = { description: string; migrate?: (prevRealm: Realm, nextRealm: Realm) => void; schemas: Schema[]; }; //# sourceMappingURL=index.d.ts.map