namespace Mirea.Api.Dto.Common; /// /// An enumeration that indicates which role the user belongs to /// public enum AuthRoles { /// /// Administrator /// Admin }