9 lines
176 B
C#
9 lines
176 B
C#
|
|
namespace Umbraco.Core.Configuration.HealthChecks
|
|||
|
|
{
|
|||
|
|
public interface INotificationMethodSettings
|
|||
|
|
{
|
|||
|
|
string Key { get; }
|
|||
|
|
string Value { get; }
|
|||
|
|
}
|
|||
|
|
}
|