import { DaffAuthCheckFailure } from '@daffodil/auth/state'
An action triggered upon a failed auth check request.
class DaffAuthCheckFailure implements Action {
readonly type: DaffAuthActionTypes.AuthCheckFailureAction = DaffAuthActionTypes.AuthCheckFailureAction
errorMessage: DaffStateError
}