UNPKG

@gmetrixr/rjson

Version:
11 lines (10 loc) 407 B
import { IOrder } from "../IOrder"; import { healthCheckMigration, confirmNoCorruption } from "./healthcheck-migration-commands/fix_record_ids"; export declare const rMigrationTree: { [key: number]: IOrder; }; export declare const getHighestProjectVersion: () => number; export declare const newProjectMigrationTree: { [key: number]: IOrder; }; export { healthCheckMigration, confirmNoCorruption };