UNPKG

@gmetrixr/rjson

Version:
10 lines (9 loc) 262 B
import { IOrder } from "../../IOrder"; /** * Set avatar system to basic + custom if avatars are set already */ declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;