Initial commit, project structure and domain models
This commit is contained in:
8
src/api/MicCheck.Api/Features/FeatureStateResult.cs
Normal file
8
src/api/MicCheck.Api/Features/FeatureStateResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MicCheck.Api.Features;
|
||||
|
||||
public class FeatureStateResult
|
||||
{
|
||||
public required Feature Feature { get; init; }
|
||||
public bool Enabled { get; init; }
|
||||
public string? Value { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user