Add team roles and content management updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Backend.Domain;
|
||||
|
||||
public sealed class TeamRolePermission
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Role { get; set; } = string.Empty;
|
||||
public string PermissionsJson { get; set; } = "[]";
|
||||
public string UpdatedByTwitchId { get; set; } = string.Empty;
|
||||
public DateTimeOffset UpdatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user