mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07: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; }
|
|
}
|
|
} |