using System.Collections.Generic; using StellaOps.Concelier.Models; namespace StellaOps.Concelier.Merge.Services; public sealed record PrecedenceMergeResult( Advisory Advisory, IReadOnlyList Conflicts);