// 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, }