Add developer flag to profiles
This commit is contained in:
@@ -9,4 +9,7 @@ public class ProfileDTO
|
||||
|
||||
[JsonPropertyName("Name")]
|
||||
public required string Name { get; init; }
|
||||
|
||||
[JsonPropertyName("Developer")]
|
||||
public bool IsDeveloper { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user