Files
2025-06-29 19:54:15 +03:00

5 lines
111 B
C#

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