UNPKG

@gmetrixr/rjson

Version:
7 lines (6 loc) 188 B
import { IOrder } from "../../IOrder"; declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;