@gmetrixr/rjson
Version:
(R)ecursive Json
11 lines (10 loc) • 407 B
TypeScript
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 };