Implemented basic ui for server sharing. Extracted server authorization. Refactoring and small improvements
This commit is contained in:
9
MoonlightServers.Shared/Models/ServerSharePermission.cs
Normal file
9
MoonlightServers.Shared/Models/ServerSharePermission.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using MoonlightServers.Shared.Enums;
|
||||
|
||||
namespace MoonlightServers.Shared.Models;
|
||||
|
||||
public record ServerSharePermission
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public ServerPermissionType Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user