#nullable disable using EllieBot.Db.Models; namespace EllieBot.Modules.Permissions.Common; public class PermissionCache { public string PermRole { get; set; } public bool Verbose { get; set; } = true; public PermissionsCollection Permissions { get; set; } }