// enum APPSTATUS { // loading, // unAuthenticated, // authenticated, // unverified, // } enum AuthMethodTypes { sms, whatsApp, fingerPrint, faceID, moreOptions, } enum ViewState { hide, idle, busy, error, busyLocal, errorLocal, } enum LoginType { FROM_LOGIN, DIRECT_LOGIN, REGISTER_BIO, REGISTER_NEW_BIO, }