mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 18:37:48 -05:00
5 lines
112 B
C#
5 lines
112 B
C#
namespace Cleanuparr.Infrastructure.Features.Arr.Interfaces;
|
|
|
|
public interface ILidarrClient : IArrClient
|
|
{
|
|
} |