using MoonlightServers.Shared.Enums; namespace MoonlightServers.ApiServer.Models; public class ServerShareContent { public Dictionary Permissions { get; set; } = new(); }