mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-01 17:42:20 -05:00
5 lines
102 B
C#
5 lines
102 B
C#
namespace Infrastructure.Verticals.Arr.Interfaces;
|
|
|
|
public interface ILidarrClient : IArrClient
|
|
{
|
|
} |