UX tweaks, traits bug fix, adding member info
This commit is contained in:
12
src/api/MicCheck.Api/Features/FeatureSegmentResponse.cs
Normal file
12
src/api/MicCheck.Api/Features/FeatureSegmentResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MicCheck.Api.Features;
|
||||
|
||||
public record FeatureSegmentResponse(
|
||||
int Id,
|
||||
int FeatureId,
|
||||
int SegmentId,
|
||||
string SegmentName,
|
||||
int EnvironmentId,
|
||||
int Priority,
|
||||
bool? Enabled,
|
||||
string? Value
|
||||
);
|
||||
Reference in New Issue
Block a user