using System.IO.Abstractions; namespace Recyclarr.TrashLib.Repo; public record RepoPaths( IReadOnlyCollection RadarrCustomFormatPaths, IReadOnlyCollection SonarrReleaseProfilePaths, IReadOnlyCollection RadarrQualityPaths, IReadOnlyCollection SonarrQualityPaths, IReadOnlyCollection SonarrCustomFormatPaths, IFileInfo RadarrCollectionOfCustomFormats, IFileInfo SonarrCollectionOfCustomFormats ) : IRepoPaths;