diff --git a/Endpoint/Configuration/General/Interfaces/IIsConfigured.cs b/Endpoint/Configuration/General/Interfaces/IIsConfigured.cs new file mode 100644 index 0000000..60c09e0 --- /dev/null +++ b/Endpoint/Configuration/General/Interfaces/IIsConfigured.cs @@ -0,0 +1,6 @@ +namespace Mirea.Api.Endpoint.Configuration.General.Interfaces; + +public interface IIsConfigured +{ + bool IsConfigured(); +} \ No newline at end of file