namespace StellaOps.Concelier.Exporter.TrivyDb; using System.Collections.Generic; using StellaOps.Concelier.Storage.Mongo.Exporting; public sealed record TrivyDbExportPlan( TrivyDbExportMode Mode, string TreeDigest, string? BaseExportId, string? BaseManifestDigest, bool ResetBaseline, IReadOnlyList Manifest, IReadOnlyList ChangedFiles, IReadOnlyList RemovedPaths);