import { DaffAuthLogoutFailure } from '@daffodil/auth/state'
An action triggered upon a failed logout request.
class DaffAuthLogoutFailure implements Action {
readonly type: DaffAuthLoginActionTypes.LogoutFailureAction = DaffAuthLoginActionTypes.LogoutFailureAction
errorMessage: DaffStateError
}