namespace Radium.DataExporter.Models.Accounts.Enums; [Flags] public enum IdentityFlags { None = 0, LGBTQIA = 1, Transgender = 2, Bisexual = 4, Lesbian = 8, Pansexual = 16, Asexual = 32, Intersex = 64, Genderqueer = 128, Nonbinary = 256, Aromantic = 512 }