mirror of
https://github.com/Radarr/Radarr
synced 2025-12-20 15:24:41 +01:00
9 lines
No EOL
130 B
C#
9 lines
No EOL
130 B
C#
using System.Linq;
|
|
|
|
namespace NzbDrone.Api
|
|
{
|
|
public interface IApiRequest
|
|
{
|
|
string ApiKey { get; set; }
|
|
}
|
|
} |