mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-04 22:38:06 -05:00
5 lines
102 B
C#
5 lines
102 B
C#
namespace Infrastructure.Verticals.Arr.Interfaces;
|
|
|
|
public interface ISonarrClient : IArrClient
|
|
{
|
|
} |