9 lines
170 B
C#
9 lines
170 B
C#
namespace Kreta.Core.Configuratiaton.Interface
|
|
{
|
|
public interface IApiKeyConfiguration
|
|
{
|
|
string ApiKey { get; }
|
|
|
|
bool Enabled { get; }
|
|
}
|
|
}
|