using Recyclarr.TrashGuide; namespace Recyclarr.Cli.Console.Settings; public interface ISyncSettings { SupportedServices? Service { get; } IReadOnlyCollection Configs { get; } bool Preview { get; } IReadOnlyCollection? Instances { get; } }