Files
2025-06-27 15:39:26 +03:00

5 lines
112 B
C#

namespace Cleanuparr.Infrastructure.Features.Arr.Interfaces;
public interface ILidarrClient : IArrClient
{
}