feat: add interface for check configured settings
This commit is contained in:
parent
6716ee9cf0
commit
dfdc2ec109
@ -0,0 +1,6 @@
|
||||
namespace Mirea.Api.Endpoint.Configuration.General.Interfaces;
|
||||
|
||||
public interface IIsConfigured
|
||||
{
|
||||
bool IsConfigured();
|
||||
}
|
Loading…
Reference in New Issue
Block a user