UNPKG

@gmetrixr/rjson

Version:
10 lines (9 loc) 260 B
import { IOrder } from "../../IOrder"; /** * Converts whenEvent/thenAciton ce_id/ce_type to co_id/co_type */ declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;