---
lang: en
title: 'API docs: health.livecheck'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/health
permalink: /doc/en/lb4/apidocs.health.livecheck.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/health](./health.md) &gt; [LiveCheck](./health.livecheck.md)

## LiveCheck type

Functions for liveness check

<b>Signature:</b>

```typescript
export declare type LiveCheck = () => Promise<void>;
```

