using System.IO.Abstractions; namespace Recyclarr.TrashLib.Services.CustomFormat.Guide; internal record CustomFormatPaths( IReadOnlyList CustomFormatDirectories, IFileInfo CollectionOfCustomFormatsMarkdown );