Files
Cleanuparr/code/Infrastructure/Verticals/Arr/Interfaces/ILidarrClient.cs
2025-02-16 03:20:00 +02:00

5 lines
102 B
C#

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