/** Migration order */
export interface OrderMigration {
    /** Id of the migration order */
    orderId: string;
    /** URL of the migration order */
    orderUrl: string;
}
//# sourceMappingURL=OrderMigration.d.ts.map