UNPKG

@gmetrixr/rjson

Version:
10 lines (9 loc) 257 B
import { IOrder } from "../../IOrder"; /** * Changes the phrases property in speech element into items */ declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;