// enum APPSTATUS { // loading, // unAuthenticated, // authenticated, // unverified, // } enum AuthMethodTypes { sms, whatsApp, fingerPrint, faceID, moreOptions, } enum ViewState { hide, idle, busy, error, busyLocal, errorLocal, } enum LoginType { fromLogin, silentLogin, silentWithOTP, } enum OTPType { sms, whatsapp } enum Country { saudiArabia, unitedArabEmirates } enum SelectionType { dropdown, calendar } enum GenderType { male, female } enum MaritalStatusType { single, married, divorced, widowed } enum ChipType { success, error, alert, info, warning }