DaffAuthActionTypes
import { DaffAuthActionTypes } from '@daffodil/auth/state'
enum DaffAuthActionTypes {
ResetToUnauthenticatedAction = '[@daffodil/auth] Reset To Unauthenticated Action',
AuthStorageFailureAction = '[@daffodil/auth] Auth Storage Failure Action',
AuthGuardLogoutAction = '[@daffodil/auth] Auth Guard Logout Action',
AuthServerSideAction = '[@daffodil/auth] Auth Server Side Action',
AuthCheckAction = '[@daffodil/auth] Auth Check Action',
AuthCheckSuccessAction = '[@daffodil/auth] Auth Check Success Action',
AuthCheckFailureAction = '[@daffodil/auth] Auth Check Failure Action',
}