Migration: {
    keysToMigrate: Record<RuleName, RuleName>;
    valuesToMigrate: Record<RuleName, ValueMigration>;
}

Migration instructions. It contains the rules and values to migrate.

Type declaration

Generated using TypeDoc