UNPKG

@gmetrixr/rjson

Version:
10 lines (9 loc) 267 B
import { IOrder } from "../../IOrder"; /** * Remove rules when events and then actions for collider mesh element */ declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;