mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
8 lines
129 B
C#
8 lines
129 B
C#
namespace NzbDrone.Core.Notifications
|
|
{
|
|
public interface INotifcationSettings
|
|
{
|
|
bool IsValid { get; }
|
|
}
|
|
}
|